aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-01-03 13:33:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-01-03 13:33:32 +0000
commit413d4f92776ff1a50451742edeec0e51f3b1b8f7 (patch)
tree2b35c4e62e0b7592f164d0a0ffad8267d33c6a64 /phpBB/adm
parent70ae63f448b2c84927e5904ef98e8df38941d398 (diff)
downloadforums-413d4f92776ff1a50451742edeec0e51f3b1b8f7.tar
forums-413d4f92776ff1a50451742edeec0e51f3b1b8f7.tar.gz
forums-413d4f92776ff1a50451742edeec0e51f3b1b8f7.tar.bz2
forums-413d4f92776ff1a50451742edeec0e51f3b1b8f7.tar.xz
forums-413d4f92776ff1a50451742edeec0e51f3b1b8f7.zip
- ability to create new style
git-svn-id: file:///svn/phpbb/trunk@5418 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_styles.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index 9d2cfdb4f1..8571fa58ba 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -91,8 +91,6 @@
<!-- IF S_STYLE --> <!-- DEFINE $COLSPAN = 4 --> <!-- ELSE --> <!-- DEFINE $COLSPAN = 3 --> <!-- ENDIF -->
- <form id="acp_styles" method="post" action="{U_ACTION}">
-
<table cellspacing="1">
<col class="row1" /><!-- IF S_STYLE --><col class="row1" /><!-- ENDIF --><col class="row2" />
<thead>
@@ -136,9 +134,15 @@
</tbody>
</table>
- <fieldset class="quick">
- {L_CREATE}: <input type="text" name="name" value="" /> {L_FROM} <select name="basis">{S_BASIS_OPTIONS}</select> <input class="button2" type="submit" name="add" value="{L_SUBMIT}" />
- </fieldset>
+ <!-- IF S_STYLE -->
+ <form id="acp_styles" method="post" action="{U_ACTION}">
+
+ <fieldset class="quick">
+ {L_CREATE}: <input type="text" name="name" value="" /> {L_FROM} <select name="basis">{S_BASIS_OPTIONS}</select> <input class="button2" type="submit" name="add" value="{L_SUBMIT}" />
+ </fieldset>
+
+ </form>
+ <!-- ENDIF -->
</form>
@@ -169,7 +173,7 @@
<dt><label for="copyright">{L_COPYRIGHT}:</label></dt>
<dd><!-- IF S_INSTALL --><b id="name">{COPYRIGHT}</b><!-- ELSE --><input type="text" id="copyright" name="copyright" value="{COPYRIGHT}" /><!-- ENDIF --></dd>
</dl>
- <!-- IF S_STYLE -->
+ <!-- IF S_STYLE and not S_BASIS -->
<dl>
<dt><label for="template_id">{L_STYLE_TEMPLATE}:</label></dt>
<dd><!-- IF S_INSTALL --><b id="template_id">{TEMPLATE_NAME}</b><!-- ELSE --><select id="template_id" name="template_id">{S_TEMPLATE_OPTIONS}</select><!-- ENDIF --></dd>