Changeset 1324 in ExiteCMS for modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/templates/modules.tracsvn.trac.tpl
- Timestamp:
- 02/28/08 15:19:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/templates/modules.tracsvn.trac.tpl
r1320 r1324 169 169 </td> 170 170 <td class='tbl1' align='left'> 171 {$ticket.reporter} 171 {if $ticket.reporter.user_id} 172 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$ticket.reporter.user_id}' title=''>{$ticket.reporter.user_name}</a> 173 {else} 174 {$ticket.reporter.user_name} 175 {/if} 172 176 </td> 173 177 <td class='tbl2' align='left'> … … 175 179 </td> 176 180 <td class='tbl1' align='left'> 177 {$ticket.owner} 181 {if $ticket.owner.user_id} 182 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$ticket.owner.user_id}' title=''>{$ticket.owner.user_name}</a> 183 {else} 184 {$ticket.owner.user_name} 185 {/if} 178 186 </td> 179 187 </tr> … … 240 248 <tr> 241 249 <td class='tbl2'> 242 <span style='small'>{$changes[id].time|date_format:"forumdate"} - {$locale.441} {$locale.404} {$changes[id].author}</span> 250 <span style='small'> 251 {$changes[id].time|date_format:"forumdate"} - {$locale.441} {$locale.404} 252 {if $changes[id].author.user_id} 253 <a href='{$smarty.const.BASEDIR}profile.php?lookup={$changes[id].author.user_id}' title=''>{$changes[id].author.user_name}</a> 254 {else} 255 {$changes[id].author.user_name} 256 {/if} 257 </span> 243 258 </td> 244 259 </tr> … … 248 263 {$changes[id].newvalue} 249 264 {elseif $changes[id].oldvalue == ""} 250 <img src='{$smart.const.THEME}/images/bullet.gif' alt='' /> <b>{$changes[id].field}</b> {$locale.441} {$locale.443} < /span class='small2'>{$changes[id].newvalue}</span>265 <img src='{$smart.const.THEME}/images/bullet.gif' alt='' /> <b>{$changes[id].field}</b> {$locale.441} {$locale.443} <span class='small2'>{$changes[id].newvalue}</span> 251 266 {else} 252 <img src='{$smart.const.THEME}/images/bullet.gif' alt='' /> <b>{$changes[id].field}</b> {$locale.441} {$locale.442} <span class='small2'>{$changes[id].oldvalue}</span> {$locale.443} < /span class='small2'>{$changes[id].newvalue}</span>267 <img src='{$smart.const.THEME}/images/bullet.gif' alt='' /> <b>{$changes[id].field}</b> {$locale.441} {$locale.442} <span class='small2'>{$changes[id].oldvalue}</span> {$locale.443} <span class='small2'>{$changes[id].newvalue}</span> 253 268 {/if} 254 269 </td>
Note: See TracChangeset
for help on using the changeset viewer.
