Changeset 497
- Timestamp:
- 09/23/11 12:51:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/cgi-bin/main.cgi
r495 r497 88 88 89 89 my $page; 90 if (-e "$ENV{HTML_TEMPLATE_ROOT}/ admin/$webvar{action}.tmpl") {90 if (-e "$ENV{HTML_TEMPLATE_ROOT}/$webvar{action}.tmpl") { 91 91 $page = HTML::Template->new(filename => "$webvar{action}.tmpl"); 92 92 } else { … … 766 766 if $webvar{userid}; 767 767 768 ##fixme: this is only needed iff confirm.tmpl /confirm.htmland769 # confirmRemove. html/confirmRemove.tmpl are merged (quite possible, just768 ##fixme: this is only needed iff confirm.tmpl and 769 # confirmRemove.tmpl are merged (quite possible, just 770 770 # a little tedious) 771 771 $page->param(action => "insert");
Note:
See TracChangeset
for help on using the changeset viewer.