adjust editor panels to move format down a line
authorgreg gay <ggay@ocad.ca>
Mon, 13 Dec 2010 20:16:01 +0000 (20:16 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 13 Dec 2010 20:16:01 +0000 (20:16 -0000)
docs/mods/_core/editor/editor_tabs/edit.inc.php

index 1a28140..13d7aaa 100644 (file)
@@ -28,7 +28,7 @@ if (!defined('AT_INCLUDE_PATH')) { exit; }
                <span class="required" title="<?php echo _AT('required_field'); ?>">*</span><label for="ctitle"><strong><?php echo _AT('title');  ?></strong></label>\r
                <input type="text" name="title" id="ctitle" size="60" class="formfield" value="<?php echo ContentManager::cleanOutput($_POST['title']); ?>" />\r
         </span>\r
-        <span class="nowrap">\r
+       <br /> <span class="nowrap">\r
         <label for="formatting_radios"><span class="required" title="<?php echo _AT('required_field'); ?>">*</span><strong><?php echo _AT('formatting'); ?></strong></label>\r
         <span id="formatting_radios">\r
             <input type="radio" name="formatting" value="0" id="text" <?php if ($_POST['formatting'] == 0) { echo 'checked="checked"'; } ?> />\r