summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2014-05-02 00:35:54 +0200
committerreger <reger18@arcor.de>2014-05-02 00:35:54 +0200
commita81dfc27ebee67f4e4045dd39d8a308176a87b2f (patch)
treed57e5c7f4f026c77afe7df0570d74d6ab18c9d7c
parent0898f0be1771d56a2b332f4f16c032c02576488e (diff)
remove obsolet css class bookmarkfieldset
-rw-r--r--htroot/Bookmarks.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html
index 8da791b93..96f258dc9 100644
--- a/htroot/Bookmarks.html
+++ b/htroot/Bookmarks.html
@@ -92,17 +92,18 @@
<label for="feed">Bookmark is a newsfeed</label>
</dt>
</dl>
+ <p style="text-align: center">
#(edit)#
- <p><input type="submit" name="add" value="create" /></p>
+ <input type="submit" class="btn btn-primary" name="add" value="create" />
::
- <p><input type="submit" name="add" value="edit" /></p>
+ <input type="submit" class="btn btn-primary" name="add" value="Save" />
#(/edit)#
+ </p>
<img src="env/grafics/empty.gif" name="ajax" />
</fieldset>
</form>
:: <!-- import XML Bookmarks (mode=3) -->
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
- <div class="BookmarksFieldset">
<fieldset>
<legend>Import XML Bookmarks</legend>
<dl>
@@ -122,9 +123,8 @@
</select>
</dd>
</dl>
- <input type="submit" name="importxml" value="import" />
+ <input type="submit" class="btn btn-primary" name="importxml" value="import" />
</fieldset>
- </div>
</form>
<!-- import Netscape Bookmarks -->
<form action="Bookmarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
@@ -153,7 +153,7 @@
</select>
</dd>
</dl>
- <input type="submit" name="importbookmarks" value="import" />
+ <input type="submit" class="btn btn-primary" name="importbookmarks" value="import" />
</fieldset>
</form>
::