Changeset 842

Show
Ignore:
Timestamp:
08/24/06 16:51:17 (2 years ago)
Author:
nick
Message:

Allow the inclusion of a note next to the node photo, to be shown if enabled, and supply a default note

Location:
trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/MANIFEST

    r833 r842  
    5151templates/node.tt 
    5252templates/node_history.tt 
     53templates/node_photo_notes.tt 
    5354templates/openguides_information_boxes.tt 
    5455templates/plain_index.tt 
  • trunk/templates/edit_form.tt

    r841 r842  
    6262            <tr> 
    6363              <td class="label"><label for="node_image">Node Image:</label></td> 
    64               <td><input type="text" size="50" id="node_image" name="node_image" value="[% node_image %]" /></td> 
     64              <td> 
     65                <input type="text" size="50" id="node_image" name="node_image" value="[% node_image %]" /> 
     66                [% INCLUDE node_photo_notes.tt %] 
     67              </td> 
    6568            </tr> 
    6669[% END %]