Files
crm.e5.pl/modules/EcmPaymentStates/tpls/interestEditView.tpl

59 lines
2.8 KiB
Smarty
Raw Normal View History

2024-04-27 09:23:34 +02:00
<link rel="stylesheet" type="text/css" href="include/jQuery/jquery.appendGrid-master/jquery.appendGrid-1.5.0.css"/>
<link rel="stylesheet" type="text/css" href="modules/Accounts/MyTable.css"/>
<link rel="stylesheet" type="text/css" href="include/jQuery/jquery-ui/themes/base/jquery-ui.css"/>
<script type="text/javascript"
src="include/jQuery/jquery-2.1.0.min.js"></script>
<script type="text/javascript"
src="include/jQuery/jquery.appendGrid-master/jquery.appendGrid-1.5.0.js"></script>
<script type="text/javascript"
src="include/jQuery/jquery-ui/ui/jquery-ui.js"></script>
<script type="text/javascript"
src="modules/EcmPaymentStates/javascript/interestLogic.js"></script>
<script type="text/javascript"
src="modules/EcmPaymentStates/javascript/interestEditView.js"></script>
<link rel="stylesheet" type="text/css" href="modules/EcmInvoiceOuts/javascript/helper.css" media="screen" />
<div class="loading_panel" style="display:none"></div>
<!-- begin header & search form -->
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td>
<img src="themes/Sugar/images/EcmProducts.gif" style="margin-top: 3px; margin-right: 3px;" alt="EcmProducts" width="16" border="0" height="16">
</td>
<td>
<h2>{$MOD.LBL_INTERESTTABLE}: Edycja</h2>
</td>
</tr>
</table>
<form name="interestForm" method="post" action="index.php">
<input type="hidden" name="module" id="module" value='EcmPaymentStates'/>
<input type="hidden" name="action" id="action" value='interestView'/>
<input type="hidden" name="step" id="step" value='saveAction'/>
<div id="LBL_PANEL_CATEGORIES2">
<table width="100%" cellspacing="1" cellpadding="0" border="0" class="edit view">
<tbody>
<tr>
<th align="left" colspan="8"><h4>{$MOD.LBL_INTERESTTABLE_INFO}</h4></th>
</tr>
<tr>
<td width="37.5%" valign="top" colspan="3">
<input type="hidden" name="positions" id="positions" value='{$POSITIONS}'/>
<div style="width:90%;border: 1px solid rgb(48,192,255);background-color:white;height:{$OPT.position_table_height}px;max-height:{$OPT.position_table_height}px;overflow:auto;">
<table id="tblAppendGrid" class="positions">
</table>
</div>
</td>
</tr>
<tr>
<td width="12.5%" valign="top" scope="row" id="_label"></td>
<td width="37.5%" valign="top"></td>
<td width="12.5%" valign="top" scope="row" id="_label"></td>
<td width="37.5%" valign="top"></td>
</tr>
</tbody>
</table>
</div>
<input class="button primary" type="submit" value="Zapisz" name="button" onclick="return check_form('EditView');" accesskey="S" title="Zapisz [Alt+S]">
<input class="button primary" type="button" value="Anuluj" name="button" onclick="window.location.href='index.php?module=EcmPaymentStates&action=interestView&step=detailAction';" accesskey="S" title="Anuluj">
</form>