Added a few generic-content-wrapper-styled classes and a button position fixed for lostpass. mod/search probably needs a .tpl in the future, but I don't know how to that.
This commit is contained in:
parent
e858ee811b
commit
5e28b1216e
@ -35,6 +35,8 @@ function search_content(&$a,$update = 0, $load = false) {
|
||||
|
||||
$o = '<div id="live-search"></div>' . "\r\n";
|
||||
|
||||
$o = '<div class="generic-content-wrapper-styled">' . "\r\n";
|
||||
|
||||
$o .= '<h3>' . t('Search') . '</h3>';
|
||||
|
||||
if(x($a->data,'search'))
|
||||
@ -212,6 +214,8 @@ function search_content(&$a,$update = 0, $load = false) {
|
||||
|
||||
$o .= conversation($a,$items,'search',$update,'client');
|
||||
|
||||
$o .= '</div>';
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class="generic-content-wrapper-styled">
|
||||
<h3>{{$title}}</h3>
|
||||
|
||||
<p id="lostpass-desc">
|
||||
@ -8,11 +9,9 @@
|
||||
<div id="login-name-wrapper">
|
||||
<label for="login-name" id="label-login-name">{{$name}}</label>
|
||||
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
|
||||
<input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
|
||||
</div>
|
||||
<div id="login-extra-end"></div>
|
||||
<div id="login-submit-wrapper" >
|
||||
<input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
|
||||
</div>
|
||||
<div id="login-submit-end"></div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
@ -1,7 +1,8 @@
|
||||
<div class="generic-content-wrapper-styled">
|
||||
<h3>{{$title}}</h3>
|
||||
|
||||
{{foreach $apps as $ap}}
|
||||
{{$ap}}
|
||||
{{/foreach}}
|
||||
<div class="clear"></div>
|
||||
|
||||
</div>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class="generic-content-wrapper-styled">
|
||||
<h1>{{$header}}</h1>
|
||||
|
||||
{{if $site}}
|
||||
@ -27,8 +28,4 @@
|
||||
</div>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -19,4 +19,4 @@
|
||||
|
||||
<input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" />
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<link href="custom/css/loginreg.css" rel="stylesheet">
|
||||
<div class="reg-box">
|
||||
<h2>{{$title}}</h2>
|
||||
|
||||
<form action="register" method="post" id="register-form">
|
||||
|
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
|
||||
|
||||
{{if $reg_is}}
|
||||
<div id="register-desc" class="descriptive-paragraph">{{$reg_is}}</div>
|
||||
@ -12,6 +12,11 @@
|
||||
{{if $other_sites}}<div id="register-sites" class="descriptive-paragraph">{{$other_sites}}</div>
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
|
||||
|
||||
<form action="register" method="post" id="register-form" >
|
||||
|
||||
{{if $invitations}}
|
||||
<p id="register-invite-desc">{{$invite_desc}}</p>
|
||||
|
||||
@ -45,7 +50,8 @@
|
||||
<input type="hidden" name="tos" value="1" />
|
||||
{{/if}}
|
||||
|
||||
<input type="submit" name="submit" class="btn btn-default" id="register-submit-button" value="{{$submit}}" />
|
||||
<button type="submit" name="submit" class="btn btn-default btn-lg" id="register-submit-button">{{$submit}}</button>
|
||||
<div id="register-submit-end" class="register-field-end"></div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<div class="generic-content-wrapper-styled">
|
||||
<h3>{{$title}}</h3>
|
||||
|
||||
<form action="rmagic" method="post" >
|
||||
@ -9,3 +10,4 @@
|
||||
<div id="rmagic-submit-end" class="rmagic-field-end"></div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user