Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Bookmarks - Edit bookmark

Quote Reply
Bookmarks - Edit bookmark
In the template bookmark_link_edit.html there is the following code:


<%~if Folders.length == 1%>
<input type="hidden" name="my_folder_id_fk" value="<%escape_html Folders.0.my_folder_id%>" /><%Folders.0.my_folder_name%>
<%~else%>
<select id="my_folder_id_fk" name="my_folder_id_fk">
<%loop Folders%><option value="<%escape_html my_folder_id%>"<%if my_folder_default%> selected="selected"<%endif%>><%my_folder_name%></option><%endloop%>
</select>
<%~endif%>


I believe that it is supposed to allow user to move link to another folder, but it doesn't work.

Only comment will be edited, but the link will stay in the current folder.
Subject Author Views Date
Thread Bookmarks - Edit bookmark Payooo 2198 Oct 25, 2006, 4:16 AM
Post Re: [Payooo] Bookmarks - Edit bookmark
brewt 2090 Oct 26, 2006, 1:13 PM