Various minor layout fixes.
This commit is contained in:
@ -23,5 +23,5 @@
|
||||
{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"'|replace:'class="form_textarea"':'class="form_area"'}
|
||||
{$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_multilist"':'class="form_multiselect"'|replace:'class="form_int"':'class="form_field"'|replace:'class="form_textarea"':'class="form_area"'}
|
||||
{/if}
|
||||
|
@ -35,7 +35,7 @@
|
||||
{/if}
|
||||
|
||||
{if $edit || $new}
|
||||
<form id="serendipity_admin_groups" action="?serendipity[adminModule]=groups" method="post">
|
||||
<form id="serendipity_admin_groups" class="configuration_group" action="?serendipity[adminModule]=groups" method="post">
|
||||
{$formToken}
|
||||
{if $edit}
|
||||
<h3>{$CONST.EDIT}</h3>
|
||||
|
@ -3,9 +3,7 @@
|
||||
|
||||
{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *}
|
||||
{if $ctype == 'seperator'}
|
||||
{* This could just as well be replaced by a CSS-only solution … *}
|
||||
<hr>
|
||||
{* … then again, hr has new meaning in HTML5. *}
|
||||
{/if}
|
||||
{if $ctype == 'select'}
|
||||
<div class="form_select">
|
||||
|
@ -15,7 +15,7 @@
|
||||
{/if}
|
||||
<form action="?serendipity[adminModule]=personal&serendipity[adminAction]=save" method="post">
|
||||
{$formToken}
|
||||
{$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"'|replace:'class="form_textarea"':'class="form_area"'}
|
||||
{$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_multilist"':'class="form_multiselect"'|replace:'class="form_int"':'class="form_field"'|replace:'class="form_textarea"':'class="form_area"'}
|
||||
<div class="form_buttons">
|
||||
<input name="SAVE" type="submit" value="{$CONST.SAVE}">
|
||||
</div>
|
||||
|
@ -70,7 +70,7 @@
|
||||
{$formToken}
|
||||
{if $adminAction == 'edit'}{if $create_permission}<input name="serendipity[user]" type="hidden" value="{$from.authorid}">{/if}{/if}
|
||||
<h3>{if $adminAction == 'edit'}{if $no_create_permission}{$CONST.CREATE_NOT_AUTHORIZED}: {$CONST.EDIT}{else}{if $create_permission}{$CONST.EDIT}{else}{$CONST.CREATE_NOT_AUTHORIZED}: {$CONST.EDIT}{/if}{/if}{else}{$CONST.CREATE}{/if}</h3>
|
||||
{$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"'|replace:'class="form_textarea"':'class="form_area"'}
|
||||
{$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_multilist"':'class="form_multiselect"'|replace:'class="form_int"':'class="form_field"'|replace:'class="form_textarea"':'class="form_area"'}
|
||||
<div class="form_buttons">
|
||||
{if $adminAction == 'edit'}
|
||||
<input name="SAVE_EDIT" type="submit" value="{$CONST.SAVE}">
|
||||
|
Reference in New Issue
Block a user