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/includes/pages/mynodes/mynodes.php

    r143 r144  
    327327                                $this->tpl['table_photosview'] = $construct->table($this->table_photosview(), __FILE__); 
    328328                                if ($this->has_owner_access()) $this->tpl['link_node_delete'] = makelink(array('action' => 'delete'), TRUE); 
     329                                $this->tpl['link_node_view'] = makelink(array('page' => 'nodes', 'node' => get('node'))); 
    329330                                $this->tpl['link_req_cclass'] = makelink(array('page' => 'mynodes', 'subpage' => 'range', 'node' => get('node'))); 
    330331                                $this->tpl['link_req_dns_for'] = makelink(array('page' => 'mynodes', 'subpage' => 'dnszone', 'type' => 'forward', 'node' => get('node'), 'zone' => 'add')); 
Note: See TracChangeset for help on using the changeset viewer.