diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-02 17:24:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-02 17:24:56 +0000 |
commit | cda8083ba73d8884780a3e802b32b0441d2170b0 (patch) | |
tree | 3cd58211ccc477dd3fdde2047721877c623e3723 /phpBB/adm/style | |
parent | 83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (diff) | |
download | forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.gz forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.bz2 forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.xz forums-cda8083ba73d8884780a3e802b32b0441d2170b0.zip |
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_jabber.html | 3 | ||||
-rw-r--r-- | phpBB/adm/style/simple_footer.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_jabber.html b/phpBB/adm/style/acp_jabber.html index 4d667d2966..43f7f51375 100644 --- a/phpBB/adm/style/acp_jabber.html +++ b/phpBB/adm/style/acp_jabber.html @@ -17,6 +17,9 @@ <fieldset> <legend>{L_ACP_JABBER_SETTINGS}</legend> +<!-- IF S_GTALK_NOTE --> + <p>{L_JAB_GTALK_NOTE}</p> +<!-- ENDIF --> <dl> <dt><label for="jab_enable">{L_JAB_ENABLE}:</label><br /><span>{L_JAB_ENABLE_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" id="jab_enable" name="jab_enable" value="1"<!-- IF JAB_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_ENABLED}</label> diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index f0564cb2cd..65cf724c2f 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -1,4 +1,4 @@ - <div style="text-align: right;"><a href="#" onclick="self.close(); return false;">{L_CLOSE_WINDOW}</a></div> + <div style="text-align: {S_CONTENT_FLOW_END};"><a href="#" onclick="self.close(); return false;">{L_CLOSE_WINDOW}</a></div> <br /><br /> </div> |