View | Details | Raw Unified | Return to bug 11578
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (+4 lines)
Lines 509-514 Link Here
509
509
510
            <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
510
            <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
511
511
512
            <h2>jQuery treetable Plugin</h2>
513
514
            <p>The <a href="http://ludo.cubicphuse.nl/jquery-treetable/">jQuery treetable Plugin 3.1.0</a> is released under MIT license by Ludo van den Boom.</p>
515
512
            <h2>OpenJS Keyboard Shortcuts Library</h2>
516
            <h2>OpenJS Keyboard Shortcuts Library</h2>
513
517
514
            <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
518
            <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +5 lines)
Lines 307-313 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
307
    </tfoot>
307
    </tfoot>
308
    <tbody>
308
    <tbody>
309
    [% FOREACH budget IN budgets %]
309
    [% FOREACH budget IN budgets %]
310
    <tr data-tt-id="[% budget.budget_id %]" [% IF ( budget.budget_parent_id ) %]data-tt-parent-id="[% budget.budget_parent_id %]"[% END %]>
310
    [% IF budget.budget_parent_id %]
311
      <tr data-tt-id="[% budget.budget_id %]" data-tt-parent-id="[% budget.budget_parent_id %]">
312
    [% ELSE %]
313
      <tr data-tt-id="[% budget.budget_id %]">
314
    [% END %]
311
    <td>[% budget.budget_period_active %]</td>
315
    <td>[% budget.budget_period_active %]</td>
312
    <td>Budget [% budget.budget_period_description %]</td>
316
    <td>Budget [% budget.budget_period_description %]</td>
313
    <td>[% budget.budget_code_indent %]</td>
317
    <td>[% budget.budget_code_indent %]</td>
314
- 

Return to bug 11578