X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig.cgi;h=f390c64a3951ad7bac2a5a2ea76381191af8db34;hb=7bc780834a604a2e678d028f875fd4b546412cfb;hp=4bcd8e4145b77f9bace239c2430dfa6d0b3980ee;hpb=442cb5be5190c0639e3afebcf99c90d9f31af7f9;p=freeside.git diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 4bcd8e414..f390c64a3 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -44,13 +44,25 @@ Setting <% $key %> no type +% } elsif ( $type eq 'image' ) { + + <% $conf->exists($key, $agentnum) + ? 'Current image
'. + '
' + : '' + %> + +
+ New image filename "> + % } elsif ( $type eq 'binary' ) { Filename "> % } elsif ( $type eq 'textarea' ) { - + % } elsif ( $type eq 'checkbox' ) { @@ -259,7 +271,7 @@ Setting <% $key %> % } else { - unknown type $type + unknown type <% $type %> % } % $n++;