Changeset 842
- Timestamp:
- 08/24/06 16:51:17 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
MANIFEST (modified) (1 diff)
-
templates/edit_form.tt (modified) (1 diff)
-
templates/node_photo_notes.tt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MANIFEST
r833 r842 51 51 templates/node.tt 52 52 templates/node_history.tt 53 templates/node_photo_notes.tt 53 54 templates/openguides_information_boxes.tt 54 55 templates/plain_index.tt -
trunk/templates/edit_form.tt
r841 r842 62 62 <tr> 63 63 <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> 65 68 </tr> 66 69 [% END %]
