From 093a7b424af5be77c20b1c23f0f42be2a9b38a9f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Sep 2008 10:26:48 -0500 Subject: [PATCH] Formatting itemtype icon section with tabs to match authorized value interface. Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/itemtypes.tmpl | 59 ++++++++++++++-------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl index 89776b0276..2473b70220 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tmpl @@ -73,8 +73,17 @@ function Check(f) { alert(alertString2); } } + $(document).ready(function() { + $('#icons > ul').tabs(); + alert($("input:radio[@name=image]:checked").parents("div:first").attr("id")); + }); //]]> + @@ -154,13 +163,25 @@ Item Types Administration
  • " />
  • -
  • Image: Item type images are disabled. To enable them, turn off the noItemTypeImages system preference
  • -
  • - Images: +
  • Image: Item type images are disabled. To enable them, turn off the noItemTypeImages system preference
  • + +
    +
    Choose an Icon:
    + +
    +
      +
    • +
    +
    -
      -
    1. Icons from collection :
    2. +
      ">
      • +
      +
      +
      -
    3. - +
        +
      • - - - " onmousedown="document.getElementById('remote_image_check').checked = true;" /> - - + " onmousedown="document.getElementById('remote_image_check').checked = true;" /> " alt="" /> - -
      • -
      • - -
      • - -
    -
    -
  • + + +
    + + +
    1. -- 2.11.0