diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-12-30 06:44:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-12-30 06:44:29 +0100 |
| commit | 0010d872eb520dccf7c7a18c42e528ea91e79214 (patch) | |
| tree | a17d0c8365551f797c5ba3986e6d60131372692d | |
| parent | a7f22b70ec986f67601e65f91308c81844c18e76 (diff) | |
browser interface tweaks
| -rw-r--r-- | backend.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/backend.php b/backend.php index 596daaced..11e5c1e07 100644 --- a/backend.php +++ b/backend.php @@ -4016,8 +4016,9 @@ print "</ul>"; - print "<input type='submit' class='button' onclick=\"feedBrowserSubscribe()\" - value=\"Subscribe\">"; + print "<p>Selection: + <input type='submit' class='button' onclick=\"feedBrowserSubscribe()\" + value=\"Subscribe\"></p>"; print "</div>"; |