aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_icons.html23
-rw-r--r--phpBB/adm/style/acp_language.html2
2 files changed, 9 insertions, 16 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html
index 0518a03ec3..3a95e5ebf7 100644
--- a/phpBB/adm/style/acp_icons.html
+++ b/phpBB/adm/style/acp_icons.html
@@ -122,11 +122,13 @@
<!-- ENDIF -->
<form id="acp_icons" method="post" action="{U_ACTION}">
- <fieldset class="tabulated">
- <legend>{L_TITLE}<legend>
<div style="text-align: right;"><a href="{U_IMPORT}">{L_IMPORT}</a> | <a href="{U_EXPORT}">{L_EXPORT}</a></div>
+ <fieldset class="tabulated">
+
+ <legend>{L_TITLE}</legend>
+
<table cellspacing="1">
<thead>
<tr>
@@ -151,19 +153,10 @@
<td style="text-align: center;">{items.CODE}</td>
<td style="text-align: center;">{items.EMOTION}</td>
<!-- ENDIF -->
- <td style="width: 80px; text-align: right; white-space: nowrap;">
- <!-- IF items.S_FIRST_ROW && not items.S_LAST_ROW -->
- {ICON_MOVE_UP_DISABLED}
- <a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
- <!-- ELSEIF not items.S_FIRST_ROW && not items.S_LAST_ROW-->
- <a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a>
- <a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
- <!-- ELSEIF items.S_LAST_ROW && not items.S_FIRST_ROW -->
- <a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a>
- {ICON_MOVE_DOWN_DISABLED}
- <!-- ENDIF -->
- <a href="{items.U_EDIT}">{ICON_EDIT}</a>
- <a href="{items.U_DELETE}">{ICON_DELETE}</a>
+ <td style="text-align: right; white-space: nowrap;">
+ <!-- IF items.S_FIRST_ROW -->{ICON_MOVE_UP_DISABLED}<!-- ELSE --><a href="{items.U_MOVE_UP}">{ICON_MOVE_UP}</a><!-- ENDIF -->&nbsp;
+ <!-- IF items.S_LAST_ROW -->{ICON_MOVE_DOWN_DISABLED}<!-- ELSE --><a href="{items.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a><!-- ENDIF -->
+ &nbsp;<a href="{items.U_EDIT}">{ICON_EDIT}</a> <a href="{items.U_DELETE}">{ICON_DELETE}</a>
</td>
</tr>
<!-- END items -->
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html
index bc05fc43fd..7e4a49f893 100644
--- a/phpBB/adm/style/acp_language.html
+++ b/phpBB/adm/style/acp_language.html
@@ -185,7 +185,7 @@
<!-- BEGIN data -->
<dl>
<dt><label for="{data.DATA}">{data.NAME}:</label><br /><span>{data.EXPLAIN}</span></dt>
- <dd><input type="text" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" /></dd>
+ <dd><input type="<!-- IF data.DATA == 'password' -->password<!-- ELSE -->text<!-- ENDIF -->" id="{data.DATA}" name="{data.DATA}" value="{data.DEFAULT}" /></dd>
</dl>
<!-- END data -->
</fieldset>