small style fix, included logout basic text
This commit is contained in:
parent
d0d0993e1b
commit
a780069e94
@ -1,31 +1,29 @@
|
|||||||
<div class="row-fluid">
|
<div class="mojotrollz_col_content">
|
||||||
<div id="content_login" class="col-md-12 mojotrollz_col mojotrollz_col_content">
|
<h1>${basic_login}</h1>
|
||||||
<h1>${basic_login}</h1>
|
<form class="textbox" style="padding:10px" id="login_form">
|
||||||
<form class="textbox" style="padding:10px" id="login_form">
|
<div class="control-group">
|
||||||
<div class="control-group">
|
<div class="controls">
|
||||||
<div class="controls">
|
<input type="text"
|
||||||
<input type="text"
|
size="30"
|
||||||
size="30"
|
style="margin-bottom: 15px;"
|
||||||
style="margin-bottom: 15px;"
|
id="bt_login_user"
|
||||||
id="bt_login_user"
|
placeholder="${basic_placeholder_username}"
|
||||||
placeholder="${basic_placeholder_username}"
|
minlength="3" data-validation-minlength-message="${sai_error_username_short}"
|
||||||
minlength="3" data-validation-minlength-message="${sai_error_username_short}"
|
maxlength="16" data-validation-maxlength-message="${sai_error_username_long}"
|
||||||
maxlength="16" data-validation-maxlength-message="${sai_error_username_long}"
|
required data-validation-required-message="${sai_error_username_miss}"/>
|
||||||
required data-validation-required-message="${sai_error_username_miss}"/>
|
|
||||||
</div>
|
|
||||||
<div class="controls">
|
|
||||||
<input type="password"
|
|
||||||
size="30"
|
|
||||||
style="margin-bottom: 15px;"
|
|
||||||
id="bt_login_password"
|
|
||||||
placeholder="${basic_placeholder_password}"
|
|
||||||
minlength="5" data-validation-minlength-message="${sai_error_password_short}"
|
|
||||||
maxlength="16" data-validation-maxlength-message="${sai_error_password_long}"
|
|
||||||
required data-validation-required-message="${sai_error_password_miss}"/>
|
|
||||||
</div>
|
|
||||||
<div class="help-block"></div>
|
|
||||||
<button class="btn-sm btn btn-primary" style="clear: left; height: 32px; font-size: 13px;" type="submit" id="login_submit"><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> ${basic_login}</button>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
<div class="controls">
|
||||||
</div>
|
<input type="password"
|
||||||
|
size="30"
|
||||||
|
style="margin-bottom: 15px;"
|
||||||
|
id="bt_login_password"
|
||||||
|
placeholder="${basic_placeholder_password}"
|
||||||
|
minlength="5" data-validation-minlength-message="${sai_error_password_short}"
|
||||||
|
maxlength="16" data-validation-maxlength-message="${sai_error_password_long}"
|
||||||
|
required data-validation-required-message="${sai_error_password_miss}"/>
|
||||||
|
</div>
|
||||||
|
<div class="help-block"></div>
|
||||||
|
<button class="btn-sm btn btn-primary" style="clear: left; height: 32px; font-size: 13px;" type="submit" id="login_submit"><span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> ${basic_login}</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@ -15,6 +15,7 @@ REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_vote', 'mojotrollz')
|
|||||||
|
|
||||||
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_name', 'mojotrollz');
|
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_name', 'mojotrollz');
|
||||||
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz');
|
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz');
|
||||||
|
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_logout', 'mojotrollz');
|
||||||
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'mojotrollz');
|
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'mojotrollz');
|
||||||
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'mojotrollz');
|
REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'mojotrollz');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user