Delete '_nfs_TABLE.html.ep'
This commit is contained in:
parent
8f87cd9558
commit
21e377a22e
@ -1,19 +0,0 @@
|
||||
<div id="Nfsshare-TABLE">
|
||||
<script>
|
||||
window.onload = function() {
|
||||
SelectInput();
|
||||
};
|
||||
</script>
|
||||
<h2>
|
||||
%= l("nfs Hello TABLE");
|
||||
</h2>
|
||||
% my $btn = l('APPLY');
|
||||
%= form_for "Nfsshared" => (method => 'POST') => begin
|
||||
|
||||
% param 'trt' => $nfs_data->{trt} unless param 'trt';
|
||||
%= hidden_field 'trt' => $nfs_data->{trt}
|
||||
%# Inputs etc in here.
|
||||
|
||||
%# Probably finally by a submit.
|
||||
% end
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user