Skip to content

Commit

Permalink
Updates to bookmark templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Mar 23, 2006
1 parent 4458708 commit 75f5aa2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
11 changes: 6 additions & 5 deletions plugins/Bookmark/templates/bookmark;misc;default
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ __template__
<td><input name="tags" size="60" type="text" value="[% tags_string | strip_attribute %]"> [% IF form.op == "save" && !form.tags %](required)[% END %]</td>
</tr>
<tr class="data_hl1">
<td>Redirect To</td>
<td valign="top">Next</td>
<td>
<input type="radio" name="redirect" value="bookmark" [% IF !form.redirect || form.redirect == "bookmark"; constants.markup_checked_attribute; END; %]>Bookmark
<input type="radio" name="redirect" value="submit" [% IF form.redirect == "submit"; constants.markup_checked_attribute; END; %]>Submit
<input type="radio" name="redirect" value="journal" [% IF form.redirect == "journal"; constants.markup_checked_attribute; END; %]>Journal</td>
<input type="radio" name="redirect" value="bookmark" [% IF !form.redirect || form.redirect == "bookmark"; constants.markup_checked_attribute; END; %]>Return to bookmark
<input type="radio" name="redirect" value="journal" [% IF form.redirect == "journal"; constants.markup_checked_attribute; END; %]>Journal about this
<input type="radio" name="redirect" value="submit" [% IF form.redirect == "submit"; constants.markup_checked_attribute; END; %]>Submit to [% constants.sitename %]
</td>
</tr>
<tr class="data_hl1">
<td></td>
<td><input type="submit" name="op" value="save"></td>
<td><input type="submit" name="op" value="save"> <a href="[% gSkin.rootdir %]/faq/tags.shtml#tags300">[Help]</a></td>
</tr>
</table>
</form>
Expand Down
8 changes: 6 additions & 2 deletions plugins/Bookmark/templates/userbookmarks;users;default
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ END %]
<div>No bookmarks have been assigned.</div>
[% END %]
<p>
Drag the following link to your bookmarks toolbar, or right-click and save the link as a bookmark.
[% PROCESS bookmarklink title=""%]
Want a browser button or bookmark to post your bookmarks to [% constants.sitename %]?
</p>
<p>
Drag the following link to your bookmarks toolbar, or right-click and save the link as a bookmark.<br>
[% PROCESS bookmarklink title="" %]
</p>
<a href="[% gSkin.rootdir %]"/faq/tags.shtml#tags300">Bookmarking FAQ</a>
__seclev__
10000
__version__
Expand Down

0 comments on commit 75f5aa2

Please sign in to comment.