diff options
author | ivan <ivan> | 2002-02-10 16:05:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 16:05:22 +0000 |
commit | a4c96748eb6eab29a70f3a944c6520283a635c78 (patch) | |
tree | 8feec69d7a64f5f7c88aaffae8440c19e506123b /httemplate/config | |
parent | 22a35047ecdffff80110e06cc08fc84f9ddba9b0 (diff) |
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
*finally* seems to be working under Mason. sheesh.
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config-process.cgi | 1 | ||||
-rw-r--r-- | httemplate/config/config-view.cgi | 1 | ||||
-rw-r--r-- | httemplate/config/config.cgi | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index 690512977..50f0d34ff 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -43,4 +43,3 @@ %> <%= $cgi->redirect("config-view.cgi") %> - diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 4b6684980..b041adaed 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <%= header('View Configuration', menubar( 'Main Menu' => $p, 'Edit Configuration' => 'config.cgi' ) ) %> diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 56da0698a..b9e84a8d5 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <%= header('Edit Configuration', menubar( 'Main Menu' => $p ) ) %> <% my $conf = new FS::Conf; my @config_items = $conf->config_items; %> |