diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-30 15:05:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-30 15:05:51 +0000 |
commit | 5e9becda1733052f918c4c9fa4179ad6084dd759 (patch) | |
tree | ae5fafd1fe00203a2dca9a55bcda1a6d0a3c5137 /phpBB/adm/style/acp_search.html | |
parent | 7ed41c4de14e5b454e8935c35edef4a0b3c400a9 (diff) | |
download | forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar.gz forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar.bz2 forums-5e9becda1733052f918c4c9fa4179ad6084dd759.tar.xz forums-5e9becda1733052f918c4c9fa4179ad6084dd759.zip |
sorry, i can't stand this uglification. To let the added fieldsets being valid i simply reverted the previous layout by changing the css.
git-svn-id: file:///svn/phpbb/trunk@6696 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_search.html')
-rw-r--r-- | phpBB/adm/style/acp_search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html index 7a712892e8..104f6362a8 100644 --- a/phpBB/adm/style/acp_search.html +++ b/phpBB/adm/style/acp_search.html @@ -94,7 +94,7 @@ <form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}"> {backend.S_HIDDEN_FIELDS} - <fieldset class="tabular"> + <fieldset class="tabulated"> <legend>{L_INDEX_STATS}: {backend.L_NAME} <!-- IF backend.S_ACTIVE -->({L_ACTIVE}) <!-- ENDIF --></legend> <table cellspacing="1"> |