parent
996e6cf419
commit
77493e8d70
@ -1,6 +1,11 @@ |
||||
<div class="bookmarks_addBm"> |
||||
<p><label class="bookmarks_label"><?php echo $l->t('Address'); ?></label><input type="text" id="bookmark_add_url" class="bookmarks_input" value="<?php echo $_['URL']; ?>"/></p>
|
||||
<p><label class="bookmarks_label"><?php echo $l->t('Tags'); ?></label><input type="text" id="bookmark_add_tags" class="bookmarks_input" /></p>
|
||||
<p><label class="bookmarks_label"> </label><label class="bookmarks_hint"><?php echo $l->t('Hint: Use space to separate tags.'); ?></label></p>
|
||||
<p><label class="bookmarks_label"></label><input type="submit" value="<?php echo $l->t('Add bookmark'); ?>" id="bookmark_add_submit" /></p>
|
||||
</div> |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<title>Read later - ownCloud</title> |
||||
<link rel="stylesheet" href="css/readlater.css"> |
||||
</head> |
||||
<body> |
||||
<div class="message"><h1>Saved!</h1></div> |
||||
</body> |
||||
</html> |
||||
Loading…
Reference in new issue