better theming of rmagic page
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
<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>
|
||||
<h3>{{$title}}</h3>
|
||||
<form action="rmagic" method="post" >
|
||||
<div class="form-group">
|
||||
{{include file="field_input.tpl" field=$address}}
|
||||
<input class="btn btn-primary" type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user