Changeset 1181 in ExiteCMS
- Timestamp:
- 12/23/07 21:35:45 (4 years ago)
- Location:
- modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates
- Files:
-
- 2 edited
-
modules.forum_threads_list_panel.new_posts.tpl (modified) (1 diff)
-
modules.forum_threads_list_panel.new_posts_detail.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.new_posts.tpl
r844 r1181 58 58 <td align='center' colspan='5' class='{cycle values='tbl1,tbl2'}'> 59 59 {if $rows == 1} 60 <b>{$locale.039a}</b> 60 {if $unread == 1} 61 <b>{$locale.039a}</b> 62 {else} 63 <b>{ssprintf format=$locale.039b var1=$unread}</b> 64 {/if} 61 65 {else} 62 66 <b>{ssprintf format=$locale.039 var1=$unread var2=$rows}</b> -
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/templates/modules.forum_threads_list_panel.new_posts_detail.tpl
r839 r1181 52 52 <td align='center' colspan='4' class='{cycle values='tbl1,tbl2'}'> 53 53 {if $rows == 1} 54 <b>{$locale.039a}</b> 54 {if $unread == 1} 55 <b>{$locale.039a}</b> 56 {else} 57 <b>{ssprintf format=$locale.039b var1=$unread}</b> 58 {/if} 55 59 {else} 56 <b>{ssprintf format=$locale.039 var1=$ rows var2=$threads}</b>60 <b>{ssprintf format=$locale.039 var1=$unread var2=$rows}</b> 57 61 {/if} 58 62 <br /><br />
Note: See TracChangeset
for help on using the changeset viewer.
