Archived
1
0

Added some missing #content headlines to straighten out layout.

This commit is contained in:
Matthias Mees
2013-02-06 23:16:34 +01:00
parent 06860070ab
commit 00fd4ccebc
4 changed files with 11 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
{* HTML5: Yes *}
{* jQuery: No *}
<h2>{$CONST.EDIT_ENTRIES}</h2>
{if $drawList}
<form action="?" method="get">
<input name="serendipity[action]" type="hidden" value="admin">
+3 -1
View File
@@ -1,4 +1,6 @@
{* HTML5: Yes *}
{* jQuery: NN *}
<a id="export_rss" class="button_link icon_link standalone" href="{$serendipityBaseURL}rss.php?version=2.0&all=1"><span class="icon-rss"></span> {$CONST.EXPORT_FEED}</a>
<h2>{$CONST.EXPORT_ENTRIES}</h2>
<a id="export_rss" class="button_link icon_link" href="{$serendipityBaseURL}rss.php?version=2.0&all=1"><span class="icon-rss"></span> {$CONST.EXPORT_FEED}</a>
+4 -2
View File
@@ -46,7 +46,7 @@
{/if}
<div class="form_field">
<label for="group_name">{$CONST.NAME}</label>
{* BUG: Doesn't correctly pull the group name *}
{* BUG: Doesn't correctly pull the group name $group_ vs $group. …? *}
<input id="group_name" name="serendipity[name]" type="text" value="{$from.name|escape:"html"}">
</div>
@@ -138,7 +138,9 @@
{$formToken}
<input name="serendipity[group]" type="hidden" value="{$group_id|escape:"html"}">
<h2>{$CONST.DELETE_GROUP|sprintf:"{$group_id}":"{$group.name|escape:"html"}"}</h2>
<h2>{$CONST.MANAGE_GROUPS}</h2>
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.DELETE_GROUP|sprintf:"{$group_id}":"{$group.name|escape:"html"}"}</span>
<div id="groups_delete_action" class="form_buttons">
<input name="DELETE_YES" type="submit" value="{$CONST.DUMP_IT}">
+3 -1
View File
@@ -86,7 +86,9 @@
<input name="serendipity[user]" type="hidden" value="{$userid}">
<div class="users_delete_action">
<h2>{$CONST.DELETE_USER|sprintf:"{$userid}":"{$realname|escape:"html"}"}</h2>
<h2>{$CONST.MANAGE_USERS}</h2>
<span class="msg_notice"><span class="icon-info-circle"></span> {$CONST.DELETE_USER|sprintf:"{$userid}":"{$realname|escape:"html"}"}</span>
<div class="form_buttons">
<input name="DELETE_YES" type="submit" value="{$CONST.DUMP_IT}">