From e09c0bb91890725203de278e25cc3562f3d26a8e Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Sat, 16 Feb 2008 07:54:51 +1300 Subject: [PATCH] Finalizing work on Printer Profiles feature. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 2 +- .../modules/labels/label-create-profile.tmpl | 103 ++++++++++++++++++ .../en/modules/labels/label-edit-profile.tmpl | 74 +++++++++++++ .../en/modules/labels/label-profiles.tmpl | 90 +++++++++++++++ 4 files changed, 268 insertions(+), 1 deletion(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-profiles.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 5614ee4378..48b1ef4e0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -706,7 +706,7 @@ fieldset.rows .inputnote { visibility:visible; /* you propably don't need to change this one */ display:block; } -#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newbatch a, #newsubscription a, #newdictionary a, #neworder a { +#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newbatch a, #newprofile a, #newsubscription a, #newdictionary a, #neworder a { padding-left : 34px; background-image: url("../../img/toolbar-new.gif"); background-position : center left; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl new file mode 100644 index 0000000000..6ef542a106 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl @@ -0,0 +1,103 @@ + +Koha › Labels + + + + + + + + + +
+ +
+
+
+ +
+ +
+

Create Printer Profile

+ +
+
Error Creating Profile +
    +
  1. + +
  2. +
+
+
+ +
+
Profile Settings + +
    + +
  1. + +
  2. +
  3. + +
  4. +
  5. + +
  6. +
  7. + +
  8. +
  9. + +
  10. +
  11. + +
  12. +
  13. + +
  14. +
  15. +
  16. +
+
+
+ + + +
+ +
+
+ +
+
+ +
+
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tmpl new file mode 100644 index 0000000000..53c0223e90 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tmpl @@ -0,0 +1,74 @@ +Koha › Labels + + + + + + + + +
+ +
+
+
+
+ +
+

Edit Printer Profile

+
+
Profile Settings + +
    +
  1. + +
  2. +
  3. + +
  4. +
  5. + +
  6. +
  7. + +
  8. +
  9. + " /> +
  10. +
  11. + " /> +
  12. +
  13. + +
  14. +
  15. + " /> +
  16. +
  17. + " /> +
  18. +
  19. +
  20. +" /> +
+
+
+ +
+
+
+ +
+
+ +
+
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-profiles.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-profiles.tmpl new file mode 100644 index 0000000000..4051beb4f7 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-profiles.tmpl @@ -0,0 +1,90 @@ + +Koha › Labels + + + + + + + + + +
+ +
+
+
+ + + + +

Printer Profiles

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Printer NamePaper BinTemplate NameOffset-HorizontalOffset-VerticalCreep-HorizontalCreep-VerticalEditDelete
+ + + + + + + + + + + + + + + ">Edit + + ); return false;">Delete +
+
+ + + +
+
+
+ +
+
+ -- 2.39.2