Skip to content

Commit

Permalink
Few changes due to THANKS removal...
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyGorgon committed Apr 21, 2014
1 parent 3b55546 commit 2245e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
3 changes: 1 addition & 2 deletions prosilver_ip/album_showpage_body.tpl
Expand Up @@ -70,8 +70,7 @@ function checkFormRate()
<br /><span class="genmed"><b>{PIC_COUNT}</b></span><br />
{U_PIC_L1}<img src="{U_PIC}" border="0" vspace="10" alt="{PIC_TITLE}" title="{PIC_TITLE}" />{U_PIC_L2}
</div>
<span class="genmed">{U_PIC_CLICK}</span><br />
<!-- IF not S_BOT -->
<!-- IF U_PIC_CLICK --><span class="genmed">{U_PIC_CLICK}</span><br /><!-- ENDIF -->
<!-- IF not S_BOT and S_PIC_NUFFED -->
<span class="gensmall"><a href="{U_PIC_NUFFED_CLICK}">{L_PIC_NUFFED_CLICK}</a></span><br />
<!-- ENDIF -->
Expand Down
2 changes: 1 addition & 1 deletion prosilver_ip/viewforum_body.tpl
Expand Up @@ -57,7 +57,7 @@
<tr class="{topicrow.ROW_CLASS}h{topicrow.CLASS_NEW} row-forum">
<td class="{topicrow.ROW_CLASS} row-center" style="padding: 3px; background: none;" width="20">{topicrow.U_MARK_ALWAYS_READ}</td>
<td class="{topicrow.ROW_CLASS}h{topicrow.CLASS_NEW} row-forum" width="100%" style="background: none; cursor: pointer;" data-href="{topicrow.U_VIEW_TOPIC}">
<div class="topic-title-hide-flow"><span class="topiclink{topicrow.CLASS_NEW}">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="{topicrow.TOPIC_CLASS}">{topicrow.TOPIC_TITLE}</a> <!-- BEGIN display_reg --> [{topicrow.REG_OPTIONS}]&nbsp;{topicrow.REG_USER_OWN_REG}<!-- END display_reg -->{topicrow.CALENDAR_TITLE}</span></div>
<!-- IF S_FORUM_LIKES_SWITCH and topicrow.LIKES --><div style="float: right; display: inline; vertical-align: top; margin-top: 0px !important; padding-top: 0px !important; padding-right: 3px;"><span class="fff-icon-heart"></span> {topicrow.LIKES}</div><!-- ENDIF --><div class="topic-title-hide-flow"><span class="topiclink{topicrow.CLASS_NEW}">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_ATTACHMENT_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="{topicrow.TOPIC_CLASS}">{topicrow.TOPIC_TITLE}</a> <!-- BEGIN display_reg --> [{topicrow.REG_OPTIONS}]&nbsp;{topicrow.REG_USER_OWN_REG}<!-- END display_reg -->{topicrow.CALENDAR_TITLE}</span></div>
<!-- BEGIN switch_topic_desc -->
<span class="gensmall">&nbsp;{topicrow.switch_topic_desc.TOPIC_DESCRIPTION}</span><br />
<!-- END switch_topic_desc -->
Expand Down
13 changes: 1 addition & 12 deletions prosilver_ip/viewtopic_body.tpl
Expand Up @@ -26,7 +26,6 @@
<div class="buttons">
<div class="newtopic-button"><a href="{U_POST_NEW_TOPIC}"><span>{L_POST_NEW_TOPIC}</span></a></div>
<!-- IF IS_LOCKED --><div class="locked-button"><!-- ELSE --><div class="postreply-button"><!-- ENDIF --><a href="{U_POST_REPLY_TOPIC}"><span>{L_POST_REPLY_TOPIC}</span></a></div>
<!-- IF S_THANKS --><div class="thanks-button"><a href="{U_THANKS}"><span>{L_THANKS}</span></a></div><!-- ENDIF -->
</div>
<!-- ELSE -->
&nbsp;
Expand Down Expand Up @@ -157,7 +156,6 @@
<dd>{postrow.POSTER_JOINED}</dd>
<dd>{postrow.POSTER_FROM}</dd>
<dd>{postrow.POSTER_POSTS}</dd>
<!-- IF postrow.POSTER_THANKS_RECEIVED --><dd>{postrow.POSTER_THANKS_RECEIVED}</dd><!-- ENDIF -->
<!-- IF postrow.FEEDBACK --><dd>{postrow.FEEDBACK}</dd><!-- ENDIF -->
<!-- BEGIN switch_poster_info -->
<dd>
Expand Down Expand Up @@ -189,7 +187,7 @@

<div class="post-bottom-right">
<!-- IF S_POSTS_LIKES -->
<span class="gensmall"><span id="like_s_p{postrow.U_POST_ID}"><!-- IF postrow.POST_LIKE_TEXT -->{postrow.POST_LIKE_TEXT}&nbsp;&bull;<!-- ENDIF -->&nbsp;</span><!-- IF S_LOGGED_IN --><a href="#" id="like_a_p{postrow.U_POST_ID}" style="text-decoration: none;" onclick="post_like_ajax({postrow.U_TOPIC_ID}, {postrow.U_POST_ID}); return false;"><!-- IF postrow.READER_LIKES -->{L_UNLIKE}<!-- ELSE -->{L_LIKE}<!-- ENDIF --></a>&nbsp;&bull;<!-- ENDIF -->&nbsp;{postrow.SINGLE_POST_SHARE}</span><br clear="all" />
<span class="gensmall"><span id="like_s_p{postrow.U_POST_ID}"><!-- IF postrow.POST_LIKE_TEXT -->{postrow.POST_LIKE_TEXT}&nbsp;&bull;<!-- ENDIF -->&nbsp;</span><!-- IF S_LOGGED_IN and not postrow.S_OWN_POST --><a href="#" id="like_a_p{postrow.U_POST_ID}" style="text-decoration: none;" onclick="post_like_ajax({postrow.U_TOPIC_ID}, {postrow.U_POST_ID}); return false;"><!-- IF postrow.READER_LIKES -->{L_UNLIKE}<!-- ELSE -->{L_LIKE}<!-- ENDIF --></a>&nbsp;&bull;<!-- ENDIF -->&nbsp;{postrow.SINGLE_POST_SHARE}</span><br clear="all" />
<!-- ENDIF -->
<div style="float: right; vertical-align: bottom; text-align: right;">
<ul class="profile-icons">
Expand All @@ -206,14 +204,6 @@
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- BEGIN thanks -->
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div style="text-align: left;">{postrow.thanks.THANKS3}<br /><span class="gensmall">{postrow.thanks.THANKS}&nbsp;</span></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<hr class="divider" />
<!-- END thanks -->
<hr class="divider" />
<!-- IF not S_BOT -->
<!-- BEGIN switch_viewtopic_banner -->
Expand Down Expand Up @@ -252,7 +242,6 @@
<!-- IF not S_BOT -->
<div class="newtopic-button"><a href="{U_POST_NEW_TOPIC}"><span>{L_POST_NEW_TOPIC}</span></a></div>
<!-- IF IS_LOCKED --><div class="locked-button"><!-- ELSE --><div class="postreply-button"><!-- ENDIF --><a href="{U_POST_REPLY_TOPIC}"><span>{L_POST_REPLY_TOPIC}</span></a></div>
<!-- IF S_THANKS --><div class="thanks-button"><a href="{U_THANKS}"><span>{L_THANKS}</span></a></div><!-- ENDIF -->
<!-- IF S_CAN_REPLY --><div class="quickreply-button"><a href="javascript:showQuickEditor();"><span>{L_QUICK_REPLY}</span></a></div><!-- ENDIF -->
<!-- ELSE -->
&nbsp;
Expand Down

0 comments on commit 2245e46

Please sign in to comment.