diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-16 13:03:00 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-08-16 13:03:00 +0000 |
commit | da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4 (patch) | |
tree | 106c27b96cca8352d32b8b473891f8ef8e9187a0 /phpBB/adm/style | |
parent | 3a2f8753f6439deda28bf5cc2fa3af081e443e91 (diff) | |
download | forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar.gz forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar.bz2 forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.tar.xz forums-da65cd13974a42fe5a551a0b66cb3f3a6db6dcf4.zip |
only some space/tab changes as well as removing my debug code from the template file. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8761 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index 652bdbd372..bebbdb4235 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -261,11 +261,11 @@ <!-- ELSEIF S_CACHE --> <a href="{U_BACK}" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> - + <h1>{L_TEMPLATE_CACHE}</h1> - + <p>{L_TEMPLATE_CACHE_EXPLAIN}</p> - + <form name="acp_styles" method="post" action="{U_ACTION}"> <fieldset class="tabulated"> <legend>{L_TEMPLATE_CACHE}</legend> @@ -361,7 +361,7 @@ </p> </fieldset> - + </form> <!-- ELSEIF S_FRONTEND --> @@ -464,7 +464,7 @@ <!-- IF S_SUPERTEMPLATE --> <dl> <dt><label for="inheriting">{L_INHERITING_FROM}:</label></dt> - <dd> <b id="inheriting">{S_SUPERTEMPLATE}</b></dd> + <dd><b id="inheriting">{S_SUPERTEMPLATE}</b></dd> </dl> <!-- ENDIF --> <!-- IF S_STYLE and not S_BASIS --> @@ -513,7 +513,7 @@ <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> {S_FORM_TOKEN} </fieldset> - + </form> <!-- ENDIF --> |