X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fadmin%2Faqcontract.tt;h=34040bda050a3005ab8d5be0d9901926a465feb1;hb=ec3735433aed8d2c1a42b7d0758b4405a3aa6b1c;hp=19861b9eeea20595f5728bb756f22714c3ac04be;hpb=7fcff602f5fe294e78e3012fc12d600e43ca2443;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt index 19861b9eee..34040bda05 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt @@ -6,8 +6,8 @@ [% END %] [% IF ( else ) %]Contracts of [% booksellername %][% END %] [% IF ( add_validate ) %]Data recorded[% END %] -[% IF ( delete_confirm ) %]Confirm Deletion of Contract '[% contractnumber %]'[% END %] -[% IF ( delete_confirmed ) %]Contract Deleted[% END %] +[% IF ( delete_confirm ) %]Confirm deletion of contract '[% contractnumber %]'[% END %] +[% IF ( delete_confirmed ) %]Contract deleted[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] @@ -22,8 +22,8 @@ function Check(ff) { ok=1; _alertString += _("- Name missing") + "\n"; } - var startDate = Date_from_syspref($("#contractstartdate").val()); - var endDate = Date_from_syspref($("#contractenddate").val()); + var startDate = Date_from_syspref($("#from").val()); + var endDate = Date_from_syspref($("#to").val()); if (!parseInt(startDate.getTime())) { ok=1; _alertString += _("- Start date missing or invalid.") + "\n"; @@ -51,7 +51,7 @@ function Check(ff) { //]]> - + [% INCLUDE 'header.inc' %] [% INCLUDE 'contracts-admin-search.inc' %] @@ -75,7 +75,7 @@ function Check(ff) { [% END %] [% IF ( delete_confirm ) %] Contracts - › Confirm Deletion of Contract [% contractnumber %] + › Confirm deletion of contract [% contractnumber %] [% END %] [% IF ( delete_confirmed ) %] Contracts › Contract Deleted @@ -83,9 +83,13 @@ function Check(ff) { [% IF ( else ) %]Contracts[% END %] -
+
+
-
+
+
+ +[% INCLUDE 'acquisitions-toolbar.inc' %] [% IF ( add_form ) %]
@@ -104,38 +108,18 @@ function Check(ff) { [% END %] -
  •   +
  •  
  • -
  •   +
  •  
  • -
  •   - - Show Calendar - +
  •   +
    [% INCLUDE 'date-format.inc' %]
  • -
  •   - - Show Calendar - +
  •   +
    [% INCLUDE 'date-format.inc' %]
  • @@ -154,7 +138,7 @@ function Check(ff) { [% IF ( delete_confirm ) %]
    - Confirm Deletion of Contract [% contractnumber %] + Confirm deletion of contract [% contractnumber %] @@ -174,30 +158,13 @@ function Check(ff) { [% END %] [% IF ( delete_confirmed ) %] -

    Contract Deleted

    +

    Contract deleted

    [% END %] [% IF ( else ) %] -
    - - -

    Contract(s) of [% booksellername %]

    [% IF ( loop ) %]
    Contract number:[% contractnumber %]
    Contract name:[% contractname %]
    @@ -222,9 +189,13 @@ function Check(ff) { [% END %]
    [% ELSE %] -
    There are no contracts with this vendor.
    +
    There are no contracts with this vendor. Add a contract.
    [% END %] [% END %] -
    +
    +
    +
    +[% INCLUDE 'vendor-menu.inc' %] +
    [% INCLUDE 'intranet-bottom.inc' %]