diff options
author | ivan <ivan> | 2009-06-17 02:39:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-06-17 02:39:09 +0000 |
commit | 3a02c437eadd9a39f7e56056ca987a4846650209 (patch) | |
tree | 377c23a23f9c8590ea1523172c9eb928153c4079 /httemplate/pref | |
parent | 8588f3c0bfbcbeb58dd25a57b5ea375cec00279a (diff) |
finish up initial work on customer view tabs (ensure links back to customer view call include show=packages if default view isn't jumbo or packages already), RT#5586
Diffstat (limited to 'httemplate/pref')
-rw-r--r-- | httemplate/pref/pref.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 81800bf26..8bdf6c09c 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -126,7 +126,7 @@ Vonage integration (see <a href="https://secure.click2callu.com/">Click2Call</a> <% include('/elements/footer.html') %> <%once> - #false laziness w/view/cust_main.cgi + #false laziness w/view/cust_main.cgi and Conf.pm (cust_main-default_view) tie my %customer_views, 'Tie::IxHash', 'Basics' => 'basics', |