diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-05 12:21:34 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-05 12:21:34 +0000 |
commit | bd212ff7305c4e0a3eadd2867164446aebff3ca6 (patch) | |
tree | 2166d5f9fda9455e6f871cdb77fca1664edee95f | |
parent | d30ecde61811744cf1a9da87090e1a624e7b060b (diff) | |
download | forums-bd212ff7305c4e0a3eadd2867164446aebff3ca6.tar forums-bd212ff7305c4e0a3eadd2867164446aebff3ca6.tar.gz forums-bd212ff7305c4e0a3eadd2867164446aebff3ca6.tar.bz2 forums-bd212ff7305c4e0a3eadd2867164446aebff3ca6.tar.xz forums-bd212ff7305c4e0a3eadd2867164446aebff3ca6.zip |
Adjust r10110 - Also add autowidth class to keywords input field - Bug #50795 related
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10111 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_logs.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_notes_user.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_logs.html b/phpBB/styles/prosilver/template/mcp_logs.html index 02ebd1b3be..494f63cb1b 100644 --- a/phpBB/styles/prosilver/template/mcp_logs.html +++ b/phpBB/styles/prosilver/template/mcp_logs.html @@ -9,7 +9,7 @@ <ul class="linklist"> <li class="leftside"> - {L_SEARCH_KEYWORDS}: <input type="text" class="inputbox" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> + {L_SEARCH_KEYWORDS}: <input type="text" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> </li> <li class="rightside pagination"> <!-- IF TOTAL -->{TOTAL} <!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 09b4def35e..c7c089ecad 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -52,7 +52,7 @@ <ul class="linklist"> <li class="leftside"> - {L_SEARCH_KEYWORDS}: <input type="text" class="inputbox" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> + {L_SEARCH_KEYWORDS}: <input type="text" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> </li> <li class="rightside pagination"> <!-- IF TOTAL_REPORTS -->{TOTAL_REPORTS} <!-- ENDIF --> |