Changeset 835 in ExiteCMS for trunk/themes/PLiTheme/templates/source/forum.poll.tpl
- Timestamp:
- 09/23/07 23:34:47 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/PLiTheme/templates/source/forum.poll.tpl
r778 r835 27 27 {if ($userdata.user_id|default:"" == $poll_options.post_author && $total_votes == 0) || $smarty.const.iMOD || $smarty.const.iSUPERADMIN} 28 28 <td align='right' width='1%' class='tbl2'> 29 <a href='post.php?action=edit&forum_id={$forum_id}&thread_id={$thread_id}&post_id={$poll_options.post_id}'> 30 <img src='{$smarty.const.THEME}forum/edit.gif' alt='{$locale.568}' style='border:0px;'> 31 </a> 29 {buttonlink name=$locale.568 link="post.php?action=edit&forum_id="|cat:$forum_id|cat"&thread_id="|cat:$thread_id|cat:"&post_id="|cat:$poll_options.post_id} 32 30 </td> 33 31 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
