X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-view.cgi;h=f2ae892a6c240dfb6d8647fb7484da260873c181;hb=2755d4a4810600f4392eaf73f362b4f358adeec6;hp=0f5fd6213e4e136131f3cf54517f06dfa7dd501b;hpb=541207eb5505eee6eafd25e861230bdb36ac5fb3;p=freeside.git diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 0f5fd6213..f2ae892a6 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -69,22 +69,32 @@ Click on a configuration value to change it. % } elsif ( $type eq 'image' ) { - - <% $conf->exists($i->key, $agentnum) - ? '' - : 'empty' - %> + + <% $conf->exists($i->key, $agentnum) + ? '' + : 'empty' + %> + + + + + <% $conf->exists($i->key, $agentnum) + ? qq!download! + : '' + %> + % } elsif ( $type eq 'binary' ) { - - <% $conf->exists($i->key, $agentnum) - ? qq!download! - : 'empty' - %> + + <% $conf->exists($i->key, $agentnum) + ? qq!download! + : 'empty' + %> + % } elsif ( $type eq 'textarea'