More minor layout fixes.
This commit is contained in:
@ -150,7 +150,7 @@
|
||||
{if $category.category_description != ''}
|
||||
<span class="category_desc">{$category.category_description|escape:"html"}</span>
|
||||
{/if}
|
||||
<span class="category_author">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span>
|
||||
(<span class="category_author">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span>)
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
@ -83,8 +83,11 @@
|
||||
|
||||
<fieldset class="users_delete_action">
|
||||
<legend><span>{$CONST.DELETE_USER|sprintf:"{$userid}":"{$realname|escape:"html"}"}</span></legend>
|
||||
<input name="DELETE_YES" type="submit" value="{$CONST.DUMP_IT}">
|
||||
<input name="NO" type="submit" value="{$CONST.NOT_REALLY}">
|
||||
|
||||
<div class="form_buttons">
|
||||
<input name="DELETE_YES" type="submit" value="{$CONST.DUMP_IT}">
|
||||
<input name="NO" type="submit" value="{$CONST.NOT_REALLY}">
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user