[Rt-commit] r2735 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Elements html/Prefs html/Search

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 04:20:59 EDT 2005


Author: jesse
Date: Sat Apr 16 04:20:58 2005
New Revision: 2735

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyAdminQueues
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
Log:
 r13124 at hualien:  jesse | 2005-04-16 04:12:52 -0400
 * Compilation fixes from the forward merge


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyAdminQueues
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyAdminQueues	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MyAdminQueues	Sat Apr 16 04:20:58 2005
@@ -43,7 +43,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&|/Elements/TitleBox, title => loc("Queues I administer"), bodyclass => "" &>
+<&|/Widgets/TitleBox, title => loc("Queues I administer"), bodyclass => "" &>
 <& /Elements/QueueSummary,
    cache => 'my_admin_queues',
    queue_filter => sub { $_->CurrentUserHasRight('AdminQueue') },

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/MySupportQueues	Sat Apr 16 04:20:58 2005
@@ -43,7 +43,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&|/Elements/TitleBox, title => loc("Queues I'm an AdminCc for"), bodyclass => "" &>
+<&|/Widgets/TitleBox, title => loc("Queues I'm an AdminCc for"), bodyclass => "" &>
 <& /Elements/QueueSummary,
    cache => 'my_support_queues',
    queue_filter => sub { $_->IsAdminCc($session{'CurrentUser'}->Id) },

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/SelectNewTicketQueue	Sat Apr 16 04:20:58 2005
@@ -46,7 +46,7 @@
 <LABEL ACCESSKEY="9">
 <SELECT NAME ="<%$Name%>">
 % foreach my $queue (@{$session{'create_in_queues'}}) {
-<OPTION VALUE="<%$queue->{'id'}%>" <%$Default && ($queue->{'id'} == $Default) && 'SELECTED'%>><%$queue->{'Name'}%><%$Verbose && $queue->{'Description'} && "(".$queue->{'Description'}.")"%></OPTION>
+<OPTION VALUE="<%$queue->{'id'}%>" <%($Default && ($queue->{'id'} == $Default)) ?'SELECTED': ''%>><%$queue->{'Name'}%><%($Verbose && $queue->{'Description'} )? "(".$queue->{'Description'}.")": ''%></OPTION>
 % }
 </SELECT>
 </LABEL>

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/ShowSearch	Sat Apr 16 04:20:58 2005
@@ -43,7 +43,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&|/Elements/TitleBox,
+<&|/Widgets/TitleBox,
     title => loc($search->Description, $rows),
     title_href => "Search/Results.html".$QueryString,
     titleright => loc('Edit'),

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Prefs/MyRT.html	Sat Apr 16 04:20:58 2005
@@ -55,11 +55,11 @@
 <& /Elements/ListActions, actions => \@actions &>
 <br />
 % for my $pane (@panes) {
-<&|/Elements/TitleBox, title => loc('RT at a glance').': '.loc($pane->{Name}), bodyclass => "" &>
+<&|/Widgets/TitleBox, title => loc('RT at a glance').': '.loc($pane->{Name}), bodyclass => "" &>
 <& /Widgets/SelectionBox:show, self => $pane, nojs => 1 &></&>
 <br />
 % }
-<&|/Elements/TitleBox, title => loc('Options'), bodyclass => "" &>
+<&|/Widgets/TitleBox, title => loc('Options'), bodyclass => "" &>
 <form method="POST" action="MyRT.html">
     <&|/l&>Rows per box</&>:<input name="SummaryRows" value="<% $ARGS{SummaryRows} %>" /> <input type="submit" value="<%loc('Save')%>" />
 </form>

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Bulk.html	Sat Apr 16 04:20:58 2005
@@ -74,7 +74,7 @@
 
 <& /Elements/Submit, Label => loc('Update'), CheckAll => 1, ClearAll => 1 &>
 <br>
-<& /Elements/TitleBoxStart, title => $title &>
+<&|/Widgets/TitleBox, title => $title &>
 <TABLE>
 <TR>
 <TD VALIGN=TOP>
@@ -146,7 +146,7 @@
  </table>
 
 </&>
-<&|/Elements/TitleBox, title => loc('Edit Custom Fields'), color => "#336633"&>
+<&|/Widgets/TitleBox, title => loc('Edit Custom Fields'), color => "#336633"&>
 <%perl>
 my $cfs = RT::CustomFields->new($session{'CurrentUser'});
 $cfs->LimitToGlobal();
@@ -178,7 +178,7 @@
 </table>
 </&>
 
-<& /Elements/TitleBoxStart, title => loc('Edit Links'), color => "#336633"&>
+<&|/Widgets/TitleBox, title => loc('Edit Links'), color => "#336633"&>
 <i><&|/l&>Enter tickets or URIs to link tickets to. Separate multiple entries with spaces.</&></i><br>
 <& /Ticket/Elements/BulkLinks &>
 </&>


More information about the Rt-commit mailing list