move feed editor buttons to the right
This commit is contained in:
parent
9e7bb2041f
commit
22cc88c037
|
@ -1383,13 +1383,14 @@
|
||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
print "</div>";
|
print "<div align='right'>
|
||||||
|
|
||||||
print "<div align='center'>
|
|
||||||
<input type=\"submit\" class=\"button\"
|
<input type=\"submit\" class=\"button\"
|
||||||
onclick=\"return feedEditSave()\" value=\"Save\">
|
onclick=\"return feedEditSave()\" value=\"Save\">
|
||||||
<input type='submit' class='button'
|
<input type='submit' class='button'
|
||||||
onclick=\"return feedEditCancel()\" value=\"Cancel\"></div>";
|
onclick=\"return feedEditCancel()\" value=\"Cancel\"></div>";
|
||||||
|
|
||||||
|
print "</div>";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue