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:
@@ -146,14 +146,14 @@ else if ($post_title == "" || $post_url == "" || $post_icon) {
|
||||
<input type=text name="url" size="50" value="<?php echo $row->url; ?>">
|
||||
<p>Description<br>
|
||||
<textarea name="description" cols="50" rows="8"><?php echo $row->description; ?></textarea></p>
|
||||
<p><a href="javascript:window.childof=document.forms['bmedit'].childof; window.path=document.forms['bmedit'].path; selectfolder('<?php echo $query_string; ?>')">Select/Change folder</a><br>
|
||||
<p><input type="button" value="Select folder" onClick="window.childof=document.forms['bmedit'].childof; window.path=document.forms['bmedit'].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 $row->childof; ?>" size="1" class="invisible" readonly></p>
|
||||
<p>Tags<br>
|
||||
<input type=text name="tags" size="50" value="Not yet working"></p>
|
||||
<input type="submit" value=" OK ">
|
||||
<input type="button" value=" Cancel " onClick="self.close()">
|
||||
<input type="submit" value="Refresh Icon" name="favicon">
|
||||
<?php if ($settings['show_bookmark_icon']) : ?><input type="submit" value="Refresh Icon" name="favicon"><?php endif; ?>
|
||||
Public <input type="checkbox" name="public" <?php echo $row->public ? "checked" : "";?>>
|
||||
</form>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user