JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Straightened out checkbox in metaform so it defaults to caption on the right with...
authorJason Woofenden <jason283@herkamire.com>
Fri, 21 Nov 2008 02:41:27 +0000 (21:41 -0500)
committerJason Woofenden <jason283@herkamire.com>
Fri, 21 Nov 2008 02:41:27 +0000 (21:41 -0500)
metaform.php

index 65343ea..9f0bfa6 100644 (file)
@@ -46,9 +46,10 @@ $GLOBALS['types'] = array(
        'html' =>       array('html',        'unix',       'text'),
        'pulldown' =>   array('pulldown',    'options',    'varchar(100)'),
        'radio' =>      array('radio',       'oneline',    'varchar(200)'),
-       'leftcheck' =>  array('leftcheck',   'yesno',      'varchar(3)'),
-       'checkbox' =>   array('checkbox',    'bool',       'int(1)'),
-       'yesno' =>      array('checkbox',    'yesno',      'varchar(3)'),
+       'checkbox' =>   array('leftcheck',   'bool',       'int(1)'),
+       'rightcheck' => array('checkbox',    'bool',       'int(1)'),
+       'rightyesno' => array('checkbox',    'yesno',      'varchar(3)'),
+       'yesno' =>      array('leftcheck',   'yesno',      'varchar(3)'),
        'delete' =>     array('checkbox',    'yesno',      'n/a'),
        'image' =>      array('image',       'oneline',    'varchar(200)'),
        'submit' =>     array('submit',      'oneline',    'n/a')