diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /httemplate/misc/copy-rate_detail.html | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'httemplate/misc/copy-rate_detail.html')
-rw-r--r-- | httemplate/misc/copy-rate_detail.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/httemplate/misc/copy-rate_detail.html b/httemplate/misc/copy-rate_detail.html deleted file mode 100644 index 3d328ce59..000000000 --- a/httemplate/misc/copy-rate_detail.html +++ /dev/null @@ -1,61 +0,0 @@ -<% include( '/elements/header.html', 'Copy rates between plans', menubar( - 'View all rate plans' => "${p}browse/rate.cgi", - )) -%> - -<% include('/elements/error.html') %> - -<FORM ACTION="process/copy-rate_detail.html"> - -<% ntable('#cccccc') %> - - <% include( '/elements/tr-justtitle.html', 'value' => 'Copy rates' ) %> - - <% include( '/elements/tr-select-rate.html', - 'label' => 'From rate plan', - 'element_name' => 'src_ratenum', - ) - %> - - <% include( '/elements/tr-select-rate.html', - 'label' => 'To rate plan', - 'element_name' => 'dst_ratenum', - ) - %> - - <TR> - <TD COLSPAN=2>Copy country codes</TD> - </TR> - - <TR> - <TD COLSPAN=2> - - <% include( '/elements/checkboxes.html', - 'names_list' => [ FS::rate_prefix->all_countrycodes ], - 'element_name_prefix' => 'countrycode', - ) - %> - </TD> - </TR> - - <TR> - <TD COLSPAN=2 ALIGN="center"> - <INPUT TYPE="submit" VALUE="Copy rates"> - </TD> - </TR> - -</TABLE> - -</FORM> - -<% include('/elements/footer.html') %> - -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); - -#should have some javascript that enables submit button only when both src & dst -#rates are chosen - -</%init> |