diff options
author | ivan <ivan> | 2007-02-05 12:51:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-05 12:51:05 +0000 |
commit | 17856ff5c299e4db21da28116f2666655c03f2c7 (patch) | |
tree | 0311558e18ed2b79765658a334d656330207c33b /httemplate/view/svc_Common.html | |
parent | 8b3782a95dcbc9fe5311b0522416791055a32f4d (diff) |
C is for Cookie^WControl
Diffstat (limited to 'httemplate/view/svc_Common.html')
-rw-r--r-- | httemplate/view/svc_Common.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/httemplate/view/svc_Common.html b/httemplate/view/svc_Common.html index bb3a6dd33..defbee974 100644 --- a/httemplate/view/svc_Common.html +++ b/httemplate/view/svc_Common.html @@ -1,3 +1,9 @@ +<% include('elements/svc_Common.html', + 'table' => $table, + 'edit_url' => $p."edit/svc_Common.html?svcdb=$table;svcnum=", + %opt, + ) +%> <%init> # false laziness w/edit/svc_Common.html @@ -21,9 +27,3 @@ if ( UNIVERSAL::can("FS::$table", 'table_info') ) { } </%init> -<% include('elements/svc_Common.html', - 'table' => $table, - 'edit_url' => $p."edit/svc_Common.html?svcdb=$table;svcnum=", - %opt, - ) -%> |