small style fix, included logout basic text
This commit is contained in:
parent
d0d0993e1b
commit
a780069e94
@ -1,5 +1,4 @@
|
|||||||
<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">
|
||||||
@ -28,4 +27,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</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