move feed editor buttons to the right
This commit is contained in:
parent
9e7bb2041f
commit
22cc88c037
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue