|
...
|
...
|
@@ -413,11 +413,11 @@ function newstory( ) {
|
|
413
|
413
|
|
|
414
|
414
|
$submit = isset($_POST['submit']) ? $_POST['submit'] : false;
|
|
415
|
415
|
if(!$submit) $submit = _PREVIEW;
|
|
416
|
|
- $output .= "<div class=\"tblborder\" style=\" padding: 10px; margin: 1em auto;\">
|
|
|
416
|
+ $output .= "<div class=\"tblborder\" style=\" width: 45%; padding: 10px; margin: 1em auto;\">
|
|
417
|
417
|
<form METHOD=\"POST\" name=\"form\" enctype=\"multipart/form-data\" action='stories.php?action=$action".($newchapter ? "&sid=$sid&inorder=$inorder" : "").($admin == 1 ? "&admin=1&uid=$uid" : "")."'>";
|
|
418
|
418
|
if(!$newchapter) $output .= storyform($stories, $submit);
|
|
419
|
419
|
$output .= chapterform($inorder, $notes, $endnotes, $storytext, $chaptertitle, $uid);
|
|
420
|
|
- $output .= "<div style=\"text-align: center;\"><input type=\"submit\" class=\"button\" value=\""._PREVIEW."\" name=\"submit\"> <input type=\"submit\" class=\"button\"
|
|
|
420
|
+ $output .= "<br><div style=\"text-align: center;\"><input type=\"submit\" class=\"button\" value=\""._PREVIEW."\" name=\"submit\"> <input type=\"submit\" class=\"button\"
|
|
421
|
421
|
value=\""._ADDSTORY."\" name=\"submit\"></div></form></div>";
|
|
422
|
422
|
return $output;
|
|
423
|
423
|
}
|