diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-08-01 18:00:37 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2004-08-01 18:00:37 +0000 |
commit | 2383505c410ad37e669e382a6ec76dfa07250098 (patch) | |
tree | ebafb14a0314e6c1d5411d6b579d315510c42ee8 /phpBB/styles/subSilver | |
parent | d89e74a0cf146c6b95032d8deac7273c4cd3895e (diff) | |
download | forums-2383505c410ad37e669e382a6ec76dfa07250098.tar forums-2383505c410ad37e669e382a6ec76dfa07250098.tar.gz forums-2383505c410ad37e669e382a6ec76dfa07250098.tar.bz2 forums-2383505c410ad37e669e382a6ec76dfa07250098.tar.xz forums-2383505c410ad37e669e382a6ec76dfa07250098.zip |
Changed IP to Info ... pointless having two links to basically the same information
git-svn-id: file:///svn/phpbb/trunk@4947 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver')
-rw-r--r-- | phpBB/styles/subSilver/imageset/en/btn_info.gif | bin | 0 -> 305 bytes | |||
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 17 |
2 files changed, 10 insertions, 7 deletions
diff --git a/phpBB/styles/subSilver/imageset/en/btn_info.gif b/phpBB/styles/subSilver/imageset/en/btn_info.gif Binary files differnew file mode 100644 index 0000000000..166de2724f --- /dev/null +++ b/phpBB/styles/subSilver/imageset/en/btn_info.gif diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index ab63f6de5e..276856a4c0 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -59,7 +59,7 @@ <!-- IF S_HAS_POLL --> <tr> <td class="row2" colspan="2"><br clear="all" /><form method="post" action="{S_POLL_ACTION}"> - + <table cellspacing="0" cellpadding="4" border="0" align="center"> <tr> <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td> @@ -121,7 +121,10 @@ <td align="center" valign="middle"><a name="{postrow.U_POST_ID}"></a><b class="postauthor">{postrow.POSTER_NAME}</b></td> <td width="100%" height="25"><table width="100%" cellspacing="0"> <tr> - <td class="gensmall"><div style="float:left"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float:right"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td> + <!-- IF postrow.POST_ICON_IMG --> + <td>{postrow.POST_ICON_IMG}</td> + <!-- ENDIF --> + <td class="gensmall" width="100%"><div style="float:left"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float:right"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td> </tr> </table></td> </tr> @@ -132,9 +135,9 @@ <tr class="row2"> <!-- ENDIF --> <td valign="top"> - + <div align="center"> - + <table cellspacing="4" align="center"> <!-- IF postrow.ONLINE_IMG --> <tr> @@ -184,7 +187,7 @@ <!-- IF postrow.S_HAS_ATTACHMENTS --> <br clear="all" /><br /> - + <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td> @@ -230,7 +233,7 @@ <!-- IF postrow.S_CAN_RATE --> <td class="gensmall"><b>{L_RATE}:</b> <a style="color:green" href="{postrow.U_RATE_GOOD}">{L_RATE_GOOD}</a> / <a style="color:red" href="{postrow.U_RATE_BAD}">{L_RATE_BAD}</a></td> <!-- ENDIF --> - <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_IP --><a href="{postrow.U_IP}">{IP_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td> + <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td> </tr> </table> @@ -244,7 +247,7 @@ <!-- ELSE --> <tr class="row2"> <!-- ENDIF --> - <td nowrap="nowrap"><span class="gensmall"><!-- IF postrow.U_MCP_DETAILS -->[ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></span></td> + <td nowrap="nowrap"> </td> <td><div class="gensmall" style="float:left"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> </div></td> </tr> |