diff --git a/kohana3-formo/README b/kohana3-formo/README index db4135f..2c1ef68 100644 --- a/kohana3-formo/README +++ b/kohana3-formo/README @@ -1,6 +1,6 @@ -CURRENT INFO -- 2013/06/16 +CURRENT INFO -- 2013/08/28 -------------------------- -Formo -- master branch last revised 2013/06/16 +Formo -- master branch last revised 2013/08/28 - project homepage: http://github.com/bmidget/kohana-formo - current dl link : http://github.com/bmidget/kohana-formo/zipball/master diff --git a/kohana3-formo/modified/classes/Formo/Core/Driver/Checkbox.php b/kohana3-formo/modified/classes/Formo/Core/Driver/Checkbox.php index 5b0e5b8..22c834f 100644 --- a/kohana3-formo/modified/classes/Formo/Core/Driver/Checkbox.php +++ b/kohana3-formo/modified/classes/Formo/Core/Driver/Checkbox.php @@ -35,7 +35,7 @@ public static function get_template( array $array) return $template; } - return 'checkbox_template'; + return 'opts/checkbox_template'; } public static function get_tag() @@ -50,4 +50,4 @@ public static function new_val( array $array) return (bool) $new_val; } -} \ No newline at end of file +} diff --git a/kohana3-formo/upstream/classes/Formo/Core/Driver/Checkbox.php b/kohana3-formo/upstream/classes/Formo/Core/Driver/Checkbox.php index c3c43c6..32d4a80 100644 --- a/kohana3-formo/upstream/classes/Formo/Core/Driver/Checkbox.php +++ b/kohana3-formo/upstream/classes/Formo/Core/Driver/Checkbox.php @@ -35,7 +35,7 @@ public static function get_template( array $array) return $template; } - return 'checkbox_template'; + return 'opts/checkbox_template'; } public static function get_tag() @@ -50,4 +50,4 @@ public static function new_val( array $array) return (bool) $new_val; } -} \ No newline at end of file +}