Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/bookfund.tmpl
Galen Charlton a670f1817e bug 2509: fix file permissions
Following suggestion by Vincent Danjean for Debian
packaging, 0755 -> 0644 for non-executable
files.

Also removed shebang from a few modules in C4.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-08-21 18:55:02 -05:00

63 lines
1.8 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Acquisitions &rsaquo; Funds</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Funds</div>
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<table id="spent">
<tr>
<th>Title</th>
<th>Order</th>
<th>Itemtype</th>
<th>Left on Order</th>
<th>Estimated cost per unit</th>
<th>Budget Date</th>
<th>Subtotal</th>
</tr>
<!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
<!--TMPL_IF name="toggle"-->
<tr class="hilighted">
<!--TMPL_ELSE-->
<tr>
<!--/TMPL_IF-->
<td><!--TMPL_VAR NAME="title"--> </td>
<td> <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordnum=<!--TMPL_VAR NAME="ordnum"-->&amp;booksellerid=<!--TMPL_VAR NAME="booksellerid"-->&amp;basketno=<!--TMPL_VAR NAME="basketno"-->"><!--TMPL_VAR NAME="ordnum"--></a></td>
<td><!--TMPL_VAR NAME="itemtype"--> </td>
<td><!--TMPL_VAR NAME="left"--> </td>
<td><!--TMPL_VAR NAME="ecost"--> </td>
<td><!--TMPL_VAR NAME="budgetdate"--> </td>
<td><!--TMPL_VAR NAME="subtotal"--> </td>
</tr>
<!--/TMPL_LOOP-->
<tr>
<th>Total</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th><!--TMPL_VAR NAME="total"--></th>
</tr>
</table>
</div>
</div>
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->