1
0

Changed the "select folder" link to a button in bookmark_edit.php and bookmark_new.php.

Fixed HTML encoded strings when importing bookmarks in Netscape format.
Fixed some typos in index.php and added the "My Bookmarks" link in search mode.
This commit is contained in:
Stefan Frech
2008-05-04 20:07:53 +00:00
committed by Jonas Kattendick
parent 8706d88784
commit 53e1e263ce
5 changed files with 16 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ if ($post_title == '' || $post_url == '') {
<input type=text name="url" size="50" value="<?php echo $url; ?>"></p>
<p>Description<br>
<textarea name="description" cols="50" rows="8"><?php echo $post_description; ?></textarea></p>
<p><a href="javascript:window.childof=document.forms['bmnew'].childof; window.path=document.forms['bmnew'].path; selectfolder('<?php echo $query_string; ?>')">Select/Change folder</a><br>
<p><input type="button" value="Select folder" onClick="window.childof=document.forms['bmnew'].childof; window.path=document.forms['bmnew'].path; selectfolder('<?php echo $query_string; ?>')"><br>
<input type="text" name="path" value="<?php echo $path; ?>" size="50" readonly>
<input type="text" name="childof" value="<?php echo $folderid; ?>" size="1" class="invisible" readonly></p>
<p>Tags<br>