From: Joseph Lewis Date: Fri, 6 Jul 2012 14:26:44 +0000 (-0600) Subject: LP 1020665 Updated event and args properties of dojo/connect and dojo/method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6171d5c6e85a497bf84df5d26374a8a62747d4e1;p=evergreen%2Fjoelewis.git LP 1020665 Updated event and args properties of dojo/connect and dojo/method The attributes event and args are both deprecated in favor of data-dojo-event and data-dojo-args as of dojo 1.6 for both dojo/connect and dojo/method objects. Signed-off-by: Joseph Lewis --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm index e1651dda71..182d5f4102 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/TemplateBatchBibUpdate.pm @@ -498,7 +498,7 @@ sub show_template {
- -
@@ -596,8 +596,8 @@ sub show_template {
diff --git a/Open-ILS/src/templates/acq/common/jubgrid.tt2 b/Open-ILS/src/templates/acq/common/jubgrid.tt2 index 2152a99223..1cb628d0b7 100644 --- a/Open-ILS/src/templates/acq/common/jubgrid.tt2 +++ b/Open-ILS/src/templates/acq/common/jubgrid.tt2 @@ -157,7 +157,7 @@ pointing to the JUB model (and store) that you have created.
New Copy
- diff --git a/Open-ILS/src/templates/acq/fund/view.tt2 b/Open-ILS/src/templates/acq/fund/view.tt2 index 0d844511fd..fac5fd285e 100644 --- a/Open-ILS/src/templates/acq/fund/view.tt2 +++ b/Open-ILS/src/templates/acq/fund/view.tt2 @@ -10,7 +10,7 @@
Create Allocation
- +
@@ -205,7 +205,7 @@
- +
@@ -227,7 +227,7 @@
-
diff --git a/Open-ILS/src/templates/acq/funding_source/view.tt2 b/Open-ILS/src/templates/acq/funding_source/view.tt2 index 4315b6bb07..a51e9f6974 100644 --- a/Open-ILS/src/templates/acq/funding_source/view.tt2 +++ b/Open-ILS/src/templates/acq/funding_source/view.tt2 @@ -35,7 +35,7 @@
Allocate to Fund
- +
@@ -115,7 +115,7 @@
- +
@@ -137,7 +137,7 @@
- +
diff --git a/Open-ILS/src/templates/acq/lineitem/search.tt2 b/Open-ILS/src/templates/acq/lineitem/search.tt2 index 5d1d76404b..50739cd0fb 100644 --- a/Open-ILS/src/templates/acq/lineitem/search.tt2 +++ b/Open-ILS/src/templates/acq/lineitem/search.tt2 @@ -5,7 +5,7 @@

Lineitem Search

- diff --git a/Open-ILS/src/templates/acq/picklist/bib_search.tt2 b/Open-ILS/src/templates/acq/picklist/bib_search.tt2 index 3f39b893bf..837ac594fc 100644 --- a/Open-ILS/src/templates/acq/picklist/bib_search.tt2 +++ b/Open-ILS/src/templates/acq/picklist/bib_search.tt2 @@ -10,7 +10,7 @@
- diff --git a/Open-ILS/src/templates/acq/picklist/brief_record.tt2 b/Open-ILS/src/templates/acq/picklist/brief_record.tt2 index 9b90a79171..66a1479106 100644 --- a/Open-ILS/src/templates/acq/picklist/brief_record.tt2 +++ b/Open-ILS/src/templates/acq/picklist/brief_record.tt2 @@ -1,7 +1,7 @@ [% WRAPPER 'base.tt2' %]

New Brief Record


- diff --git a/Open-ILS/src/templates/acq/po/search.tt2 b/Open-ILS/src/templates/acq/po/search.tt2 index ff78e339c4..511eff898c 100644 --- a/Open-ILS/src/templates/acq/po/search.tt2 +++ b/Open-ILS/src/templates/acq/po/search.tt2 @@ -29,7 +29,7 @@ - diff --git a/Open-ILS/src/templates/acq/po/view.tt2 b/Open-ILS/src/templates/acq/po/view.tt2 index 3e30b6f994..b87c913639 100644 --- a/Open-ILS/src/templates/acq/po/view.tt2 +++ b/Open-ILS/src/templates/acq/po/view.tt2 @@ -68,7 +68,7 @@ Link Invoice
diff --git a/Open-ILS/src/templates/acq/settings/li_attr.tt2 b/Open-ILS/src/templates/acq/settings/li_attr.tt2 index ae68374d52..7401ad6ca9 100644 --- a/Open-ILS/src/templates/acq/settings/li_attr.tt2 +++ b/Open-ILS/src/templates/acq/settings/li_attr.tt2 @@ -4,7 +4,7 @@
Lineitem Attribute Attribute
- +
@@ -59,12 +59,12 @@
- +
- +
diff --git a/Open-ILS/src/templates/actor/user/register.tt2 b/Open-ILS/src/templates/actor/user/register.tt2 index 6b036210a4..4983cb2c02 100644 --- a/Open-ILS/src/templates/actor/user/register.tt2 +++ b/Open-ILS/src/templates/actor/user/register.tt2 @@ -4,7 +4,7 @@
- @@ -45,7 +45,7 @@ Next - @@ -53,7 +53,7 @@ Submit - @@ -66,12 +66,12 @@
Merge -
Clear -
diff --git a/Open-ILS/src/templates/serial/subscription.tt2 b/Open-ILS/src/templates/serial/subscription.tt2 index ad50fd6a1a..5f8a0c701c 100644 --- a/Open-ILS/src/templates/serial/subscription.tt2 +++ b/Open-ILS/src/templates/serial/subscription.tt2 @@ -29,7 +29,7 @@
-
-
diff --git a/Open-ILS/src/templates/vandelay/inc/attrs.tt2 b/Open-ILS/src/templates/vandelay/inc/attrs.tt2 index 4d6cc2af7d..a523331f53 100644 --- a/Open-ILS/src/templates/vandelay/inc/attrs.tt2 +++ b/Open-ILS/src/templates/vandelay/inc/attrs.tt2 @@ -9,8 +9,8 @@
[% l('Create Attribute Definition') %]
- - + +
diff --git a/Open-ILS/web/conify/global/actor/org_unit.html b/Open-ILS/web/conify/global/actor/org_unit.html index dba5628d4f..8f2c9680a5 100644 --- a/Open-ILS/web/conify/global/actor/org_unit.html +++ b/Open-ILS/web/conify/global/actor/org_unit.html @@ -150,7 +150,7 @@ data-dojo-id="ou_tree" > - - @@ -230,7 +230,7 @@
&conify.org_unit.editor_pane.org_unit_code; - @@ -240,7 +240,7 @@ &conify.org_unit.editor_pane.main_email; - @@ -250,7 +250,7 @@ &conify.org_unit.editor_pane.main_phone; - @@ -268,7 +268,7 @@ ignoreCase="true" required="true" > - @@ -286,7 +286,7 @@ ignoreCase="true" required="true" > -