[Rt-commit] r8031 - in rtir/branches/2.3-EXPERIMENTAL/html/RTIR:
Elements Incident
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jun 27 17:03:31 EDT 2007
Author: ruz
Date: Wed Jun 27 17:03:31 2007
New Revision: 8031
Modified:
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/MergeWith
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/UpdateData
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Report/BulkReject.html
Log:
* switch from RTIR's check boxes and radio buttons to RT's
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/MergeWith
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/MergeWith (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/MergeWith Wed Jun 27 17:03:31 2007
@@ -3,7 +3,7 @@
Queue => $Queue,
BaseQuery => $BaseQuery,
Query => $Query,
- DisplayFormat => "__RTIR_Radio__, $Format",
+ DisplayFormat => "__RadioButton__, $Format",
Format => $Format,
Rows => $Rows,
Page => $Page,
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/ShowChildren Wed Jun 27 17:03:31 2007
@@ -36,7 +36,7 @@
% }
<& /Elements/TicketList,
Collection => $children,
- DisplayFormat => ($Delete? "__RTIR_Check__, $Format": $Format),
+ DisplayFormat => ($Delete? "__CheckBox__, $Format": $Format),
Format => $Format,
Rows => $Rows,
ShowHeader => $ShowHeader,
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/UpdateData
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/UpdateData (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/UpdateData Wed Jun 27 17:03:31 2007
@@ -30,7 +30,7 @@
<&| /Widgets/TitleBox, title => loc("Attach Reports") &>
<& /Elements/TicketList,
Collection => $siblings,
- DisplayFormat => "__RTIR_Check.{AttachTickets}__, $Format",
+ DisplayFormat => "__CheckBox.{AttachTickets}__, $Format",
Format => $Format,
ShowHeader => 1,
ShowNavigation => 0,
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/BulkAbandon.html Wed Jun 27 17:03:31 2007
@@ -43,7 +43,7 @@
BaseURL => $BaseURL,
BaseQuery => $BaseQuery,
Query => $Query,
- DisplayFormat => "__RTIR_Check__, $Format",
+ DisplayFormat => "__CheckBox__, $Format",
Format => $Format,
Rows => $Rows,
OrderBy => $OrderBy,
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkChildren.html Wed Jun 27 17:03:31 2007
@@ -46,7 +46,7 @@
Queue => $Queue,
BaseQuery => $BaseQuery,
Query => $Query,
- DisplayFormat => "__RTIR_Check__, $Format",
+ DisplayFormat => "__CheckBox__, $Format",
Format => $Format,
Rows => $Rows,
Page => $Page,
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html Wed Jun 27 17:03:31 2007
@@ -45,7 +45,7 @@
Queue => $Queue,
BaseQuery => $BaseQuery,
Query => $Query,
- DisplayFormat => "__RTIR_Radio__, $Format",
+ DisplayFormat => "__RadioButton__, $Format",
Format => $Format,
Rows => $Rows,
Page => $Page,
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Report/BulkReject.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Report/BulkReject.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Report/BulkReject.html Wed Jun 27 17:03:31 2007
@@ -47,7 +47,7 @@
BaseURL => $BaseURL,
BaseQuery => $BaseQuery,
Query => $Query,
- DisplayFormat => "__RTIR_Check__, $Format",
+ DisplayFormat => "__CheckBox__, $Format",
Format => $Format,
Rows => $Rows,
Page => $Page,
More information about the Rt-commit
mailing list