mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
13 lines
476 B
Smarty
Executable file
13 lines
476 B
Smarty
Executable file
<div class="generic-content-wrapper-styled">
|
|
<h3>{{$title}}</h3>
|
|
|
|
<form action="rmagic" method="post" >
|
|
|
|
<label for="rmagic-address" id="label-rmagic-address" class="rmagic-label">{{$desc}}</label>
|
|
<input type="text" maxlength="255" size="32" name="address" id="rmagic-address" class="rmagic-input" value="" />
|
|
|
|
<input type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" />
|
|
<div id="rmagic-submit-end" class="rmagic-field-end"></div>
|
|
|
|
</form>
|
|
</div>
|