Changeset 45 in bookmarks for trunk/bookmark.tt


Ignore:
Timestamp:
06/03/13 17:43:16 (11 years ago)
Author:
peter
Message:
  • created a separate edit runmode to edit existing bookmarks; handled POST /{id}
  • the old edit runmode has been renamed to create, and only handles POST /
  • added an update method to the Bookmark class
  • the URI field on the bookmark editing form is no longer ever readonly; the URI can be changed after the bookmark has been created
  • changes to the URI or the bookmark's tags cause the bookmark's mtime to be updated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bookmark.tt

    r40 r45  
    3636            <th>URI:</th> 
    3737            <td> 
    38               <input type="text" name="uri" value="[% uri | html %]" size="80"  
    39               [% IF exists %]readonly="readonly"[% END%]/> 
     38              <input type="text" name="uri" value="[% uri | html %]" size="80"/> 
    4039            </td> 
    4140          </tr> 
Note: See TracChangeset for help on using the changeset viewer.