mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 17:01:29 +00:00
move feed editor buttons to the right
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user