diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 14:12:09 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 14:12:09 +0000 |
| commit | 37daf8a717becad0122237221c0e4690995a10ff (patch) | |
| tree | 7e0e15f02c98dd20129246cd8fda3764bfc9de4f /phpBB/templates/subSilver | |
| parent | 4f387057cacf04e406f60741d85c993dc899e878 (diff) | |
| download | forums-37daf8a717becad0122237221c0e4690995a10ff.tar forums-37daf8a717becad0122237221c0e4690995a10ff.tar.gz forums-37daf8a717becad0122237221c0e4690995a10ff.tar.bz2 forums-37daf8a717becad0122237221c0e4690995a10ff.tar.xz forums-37daf8a717becad0122237221c0e4690995a10ff.zip | |
More language updates
git-svn-id: file:///svn/phpbb/trunk@1368 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/privmsgs_body.tpl | 2 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/search_results_posts.tpl | 10 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/search_results_topics.tpl | 10 |
3 files changed, 13 insertions, 9 deletions
diff --git a/phpBB/templates/subSilver/privmsgs_body.tpl b/phpBB/templates/subSilver/privmsgs_body.tpl index 7bbe87d04b..47091774ca 100644 --- a/phpBB/templates/subSilver/privmsgs_body.tpl +++ b/phpBB/templates/subSilver/privmsgs_body.tpl @@ -64,7 +64,7 @@ <td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}: <select name="msgdays">{S_MSG_DAYS_OPTIONS} </select> - <input type="submit" value="Go" name="submit_msgdays" class="liteoption" /> + <input type="submit" value="{L_GO}" name="submit_msgdays" class="liteoption" /> </span></td> </tr> </table> diff --git a/phpBB/templates/subSilver/search_results_posts.tpl b/phpBB/templates/subSilver/search_results_posts.tpl index bcf3f86c5c..925493cdc4 100644 --- a/phpBB/templates/subSilver/search_results_posts.tpl +++ b/phpBB/templates/subSilver/search_results_posts.tpl @@ -1,17 +1,17 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left" valign="bottom" colspan="3"><span class="maintitle">{L_SEARCH} - - {SEARCH_MATCHES} Matches</span><br /> - </td> + <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> </tr> </table> + <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> </tr> </table> -<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> + +<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center"> <tr> <th width="22%" height="25" class="thCornerL">{L_AUTHOR}</th> <th class="thCornerR">{L_MESSAGE}</th> @@ -37,12 +37,14 @@ <td class="catBottom" colspan="2" height="28" align="center"> </td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center"> <tr> <td valign="top" align="right">{JUMPBOX}</td> diff --git a/phpBB/templates/subSilver/search_results_topics.tpl b/phpBB/templates/subSilver/search_results_topics.tpl index b8f42c056f..f9f31cc6e5 100644 --- a/phpBB/templates/subSilver/search_results_topics.tpl +++ b/phpBB/templates/subSilver/search_results_topics.tpl @@ -1,17 +1,17 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left" valign="bottom" colspan="3"><span class="maintitle">{L_SEARCH} - - {SEARCH_MATCHES} Matches</span><br /> - </td> + <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> </tr> </table> + <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> </tr> </table> -<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th width="4%" height="25" class="thCornerL"> </th> <th class="thTop"> {L_FORUM} </th> @@ -41,12 +41,14 @@ <td class="catBottom" colspan="7" height="28" valign="middle"> </td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td> </tr> </table> + <table width="100%" cellspacing="2" border="0" align="center"> <tr> <td valign="top" align="right">{JUMPBOX}</td> |
