Changeset 1408 in ExiteCMS for branches/PLi-Fusion/modules/user_info_panel/templates/modules.user_info_panel.tpl
- Timestamp:
- 05/15/08 22:25:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/modules/user_info_panel/templates/modules.user_info_panel.tpl
r1343 r1408 34 34 <hr /> 35 35 <div id='countdown' style='text-align:center'> 36 Login session ends on {$login_expiry|date_format:"subheaderdate"}36 Login session ends on<br />{$login_expiry|date_format:"subheaderdate"} 37 37 </div> 38 38 {/if} … … 40 40 <hr /> 41 41 <div style='text-align:center'> 42 <b><a href='{$smarty.const.BASEDIR}pm.php?action=show_new' class='side'>{ $new_pm_msg|string_format:$locale.085}{if $new_pm_msg == 1}{$locale.086}{else}{$locale.087}{/if}</a></b>42 <b><a href='{$smarty.const.BASEDIR}pm.php?action=show_new' class='side'>{if $new_pm_msg == 1}{$new_pm_msg|string_format:$locale.085}{else}{$new_pm_msg|string_format:$locale.086}{/if}</a></b> 43 43 </div> 44 44 {/if} … … 47 47 <div style='text-align:center'> 48 48 {if $new_posts_panel} 49 <a href='{$smarty.const.MODULES}forum_threads_list_panel/new_posts.php' class='side'><b>{ $new_post_msg|string_format:$locale.090}{if $new_post_msg == 1}{$locale.088}{else}{$locale.089}{/if}</b></a>49 <a href='{$smarty.const.MODULES}forum_threads_list_panel/new_posts.php' class='side'><b>{if $new_post_msg == 1}{$new_post_msg|string_format:$locale.088}{else}{$new_post_msg|string_format:$locale.089}{/if}</b></a> 50 50 <hr /> 51 51 {buttonlink name=$locale.091 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts.php?markasread="|cat:$user_id} 52 52 {else} 53 <b>{ $new_post_msg|string_format:$locale.090}{if $new_post_msg == 1}{$locale.088}{else}{$locale.089}{/if}</b>53 <b>{if $new_post_msg == 1}{$new_post_msg|string_format:$locale.088}{else}{$new_post_msg|string_format:$locale.089}{/if}</b> 54 54 {/if} 55 55 </div>
Note: See TracChangeset
for help on using the changeset viewer.
