[Jifty-commit] r6947 - jifty/trunk/lib/Jifty/Plugin/Config/Action

Jifty commits jifty-commit at lists.jifty.org
Wed May 6 14:17:38 EDT 2009


Author: sunnavy
Date: Wed May  6 14:17:38 2009
New Revision: 6947

Modified:
   jifty/trunk/lib/Jifty/Plugin/Config/Action/Config.pm

Log:
do not show label for config

Modified: jifty/trunk/lib/Jifty/Plugin/Config/Action/Config.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Config/Action/Config.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Config/Action/Config.pm	Wed May  6 14:17:38 2009
@@ -19,8 +19,9 @@
     return $self->{__cached_arguments} if ( $self->{__cached_arguments} );
     my $args = {
         'config' => {
+            label         => '',           # don't show label
             render_as     => 'Textarea',
-            rows => 60,
+            rows          => 60,
             default_value => defer {
                 local $/;
                 open my $fh, '<', Jifty::Util->app_root . '/etc/config.yml';


More information about the Jifty-commit mailing list