Added more proper headlines for markup/layout consistency.
This commit is contained in:
@ -21,5 +21,7 @@
|
|||||||
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.WRITTEN_N_SAVED}</span>
|
<span class="msg_success"><span class="icon-ok-circle"></span> {$CONST.WRITTEN_N_SAVED}</span>
|
||||||
{/if}
|
{/if}
|
||||||
{else}
|
{else}
|
||||||
|
<h2>{$CONST.CONFIGURATION}</h2>
|
||||||
|
|
||||||
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'|replace:'class="form_int"':'class="form_field"'}
|
{$config|replace:'class="form_string"':'class="form_field"'|replace:'class="form_fullprotected"':'class="form_field"'|replace:'class="form_list"':'class="form_select"'|replace:'class="form_int"':'class="form_field"'}
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{* HTML5: Yes *}
|
{* HTML5: Yes *}
|
||||||
{* jQuery: No *}
|
{* jQuery: No *}
|
||||||
|
|
||||||
<h2>{$CONST.EDIT_ENTRIES}</h2>
|
|
||||||
{if $drawList}
|
{if $drawList}
|
||||||
<form action="?" method="get">
|
<form action="?" method="get">
|
||||||
<input name="serendipity[action]" type="hidden" value="admin">
|
<input name="serendipity[action]" type="hidden" value="admin">
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{* HTML5: Yes *}
|
{* HTML5: Yes *}
|
||||||
{* jQuery: NN *}
|
{* jQuery: NN *}
|
||||||
|
|
||||||
|
<h2>{$CONST.PERSONAL_SETTINGS}</h2>
|
||||||
{if $adminAction == 'save'}
|
{if $adminAction == 'save'}
|
||||||
{if $not_authorized}
|
{if $not_authorized}
|
||||||
<span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED_USERLEVEL}</span>
|
<span class="msg_error"><span class="icon-attention"></span> {$CONST.CREATE_NOT_AUTHORIZED_USERLEVEL}</span>
|
||||||
|
@ -1150,7 +1150,8 @@ fieldset p,
|
|||||||
.editor_toolbar input { margin: 0 .25em .75em 0; }
|
.editor_toolbar input { margin: 0 .25em .75em 0; }
|
||||||
|
|
||||||
.comment_data,
|
.comment_data,
|
||||||
.configuration_group h3 { margin-top: 0; }
|
.configuration_group h3,
|
||||||
|
form > .button_link:first-of-type { margin-top: 0; }
|
||||||
|
|
||||||
.configuration_group > fieldset { margin-bottom: 1.5em; }
|
.configuration_group > fieldset { margin-bottom: 1.5em; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user