Skip to content

Commit

Permalink
Fixed a couple of small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyGorgon committed May 3, 2012
1 parent 33aa02f commit d2a78dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion trunk/prosilver_ip/index_body.tpl
Expand Up @@ -107,7 +107,7 @@ if(GetCookie(tmp) == '2')
<div class="avatar-box"><span class="genmed">{L_WELCOME}</span><br /><span class="genmed">{USER_NAME}</span><br /><br /><div class="center-block">{AVATAR_IMG}</div></div>
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{LOGGED_IN_USER_LIST}<br />{BOT_LIST}<br />
<!-- BEGIN switch_ac_online -->
{AC_LIST_TEXT}&nbsp;{AC_LIST}&nbsp;[&nbsp;<a href="{U_AJAX_SHOUTBOX_PP}" target="_blank">{L_AJAX_SHOUTBOX}</a>&nbsp;]<br />
{AC_LIST_TEXT}&nbsp;{AC_LIST}&nbsp;[&nbsp;<a href="{U_AJAX_SHOUTBOX}" target="_blank">{L_AJAX_SHOUTBOX}</a>&nbsp;]<br />
<!-- END switch_ac_online -->
{L_USERS_TODAY}{L_USERS_LASTHOUR} ({L_ONLINE_TODAY})<br />{ADMINS_TODAY_LIST}<br />{MODS_TODAY_LIST}<br />{USERS_TODAY_LIST}<br /><b>{L_LEGEND}:</b>{GROUPS_LIST_LEGEND}
</div>
Expand Down
2 changes: 1 addition & 1 deletion trunk/prosilver_ip/post_review.tpl
Expand Up @@ -6,7 +6,7 @@
{
height = screen.height / 3;
width = screen.width / 2;
window.open(ref,'_phpbbpostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes');
window.open(ref,'_ippostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes');
}
//-->
</script>
Expand Down
4 changes: 3 additions & 1 deletion trunk/prosilver_ip/profile_view_body.tpl
Expand Up @@ -42,11 +42,13 @@
<td class="row1 post-buttons"><span class="gensmall"><a href="{U_FRIEND_ADD_REMOVE}" class="gensmall"><!-- IF IS_FRIEND -->{L_FRIEND_REMOVE}<!-- ELSE -->{L_FRIEND_ADD}<!-- ENDIF --></a></span></td>
</tr>
<!-- ENDIF -->
<!-- IF ICON_CHAT -->
<tr>
<td class="row2" valign="top"><b><span class="genmed">{L_AJAX_SHOUTBOX_PVT}</span></b></td>
<td class="row1 post-buttons"><span class="gensmall"><a href="#" class="gensmall" onclick="window.open('{U_AJAX_SHOUTBOX_PVT_LINK}', '_chat', 'width=720,height=600,resizable=yes'); return false;">{L_AJAX_SHOUTBOX_PVT_LINK}</a></span></td>
<td class="row1 post-buttons"><span class="gensmall"><a href="{U_AJAX_SHOUTBOX_PVT_LINK}">{L_AJAX_SHOUTBOX_PVT_LINK}</a></span></td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<tr>
<td class="row2"><b><span class="genmed">{L_INVISION_COMMUNICATE}</span></b></td>
<td class="row1 post-buttons"><!-- IF U_AIM or U_ICQ or U_MSN or U_SKYPE or U_YIM --><ul class="profile-icons" style="padding-left: 10px;"><!-- IF U_AIM --><li class="aim-icon"><a href="{U_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF --><!-- IF U_ICQ --><li class="icq-icon"><a href="{U_ICQ}"><span>{L_ICQ_NUMBER}</span></a></li><!-- ENDIF --><!-- IF U_MSN --><li class="msn-icon"><a href="{U_MSN}"><span>{L_MESSENGER}</span></a></li><!-- ENDIF --><!-- IF U_SKYPE --><li class="skype-icon"><a href="{U_SKYPE}"><span>{L_SKYPE}</span></a></li><!-- ENDIF --><!-- IF U_YIM --><li class="yahoo-icon"><a href="{U_YIM}"><span>{L_YAHOO}</span></a></li><!-- ENDIF --></ul><!-- ELSE -->&nbsp;<!-- ENDIF --></td>
Expand Down
2 changes: 1 addition & 1 deletion trunk/prosilver_ip/viewtopic_kb_body.tpl
Expand Up @@ -14,7 +14,7 @@ function open_postreview(ref)
{
height = screen.height / 2.23;
width = screen.width / 2;
window.open(ref,'_phpbbpostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes');
window.open(ref,'_ippostreview','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes');
return;
}
//-->
Expand Down

0 comments on commit d2a78dc

Please sign in to comment.