Ignore:
Timestamp:
02/27/2006 02:42:13 AM (6 years ago)
Author:
cirrus
Message:

Add: View button on the my nodes menu view
Add: View button on the node edit page
Add: Edit button on the node view page
Closes #80
Change: Indentation on a couple of HTML templates (including a couple of forgotten </tr>'s)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/includes/pages/mynodes/mynodes.tpl

    r55 r144  
    2525{include assign=help file=generic/help.tpl help=mynodes} 
    2626{assign var=t value="`$lang.node` $node_name (#$node_id)"|escape} 
     27{include assign="view" file="generic/link.tpl" link=$link_node_view content="`$lang.node_view`"} 
    2728{include assign="t1" file="generic/link.tpl" link=$link_node_delete content="`$lang.node_delete`" confirm=TRUE} 
    2829{/if} 
     
    3233<td class="table-page-pad"> 
    3334{include assign="t2" file="generic/link.tpl" content="`$lang.find_coordinates`" onclick="javascript: t = window.open('$link_gmap_pickup', 'popup_gmap_pickup', 'width=500,height=500,toolbar=0,resizable=0,scrollbars=0'); t.focus(); return false;"} 
    34 {include file=generic/title1.tpl title="`$lang.node_info` $t1 $t2" content=$form_node} 
     35{include file=generic/title1.tpl title="`$lang.node_info` $t2" right="$view $t1" content=$form_node} 
    3536</td> 
    3637</tr> 
Note: See TracChangeset for help on using the changeset viewer.