summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-16 08:55:25 +0100
committerAndrew Dolgov <[email protected]>2006-08-16 08:55:25 +0100
commit22cc88c0371ede3fdaf1c7f53a8cf96366581468 (patch)
treee70ce87ab96a6b28a0c2466d46e93ad26379ee84 /backend.php
parent9e7bb2041f9b206494f32feacb06d7e078e0a68f (diff)
move feed editor buttons to the right
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index dff780b1f..8928582b3 100644
--- a/backend.php
+++ b/backend.php
@@ -1383,13 +1383,14 @@
print "</form>";
- print "</div>";
-
- print "<div align='center'>
+ print "<div align='right'>
<input type=\"submit\" class=\"button\"
onclick=\"return feedEditSave()\" value=\"Save\">
<input type='submit' class='button'
onclick=\"return feedEditCancel()\" value=\"Cancel\"></div>";
+
+ print "</div>";
+
return;
}