[Rt-commit] r12972 - in rt/branches/3.8-TESTING: . share/html/Elements share/html/Ticket/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jun 6 11:51:33 EDT 2008
Author: jesse
Date: Fri Jun 6 11:51:32 2008
New Revision: 12972
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/Elements/ListActions
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css
rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus
Log:
r32364 at 31b: jesse | 2008-06-06 11:51:10 -0400
* Now we have action results on a yellow background in the webui. We are web 2.0.
Modified: rt/branches/3.8-TESTING/share/html/Elements/ListActions
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/ListActions (original)
+++ rt/branches/3.8-TESTING/share/html/Elements/ListActions Fri Jun 6 11:51:32 2008
@@ -45,6 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+<div class="results">
<&| /Widgets/TitleBox, title => loc('Results') &>
<ul class="action-results">
% foreach my $action (@actions) {
@@ -52,6 +53,7 @@
% }
</ul>
</&>
+</div>
<%init>
if ( ref( $session{'Actions'} ) eq 'ARRAY' ) {
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css Fri Jun 6 11:51:32 2008
@@ -90,6 +90,8 @@
-webkit-border-radius: 0.5em;
}
+
+
div.error div.error {
border: 2px solid #aa0000;
border-top: 1px solid #bb0000;
@@ -106,6 +108,28 @@
}
+
+div.results .titlebox-title .left, div.results .titlebox {
+ border: 1px solid #aa9;
+ border-bottom: 2px solid #990;
+ border-right: 2px solid #990;
+}
+
+div.results .titlebox-title .left {
+ background: #ff9;
+
+}
+
+div.results .titlebox {
+ background: #ffc;
+
+}
+
+div.results .titlebox-content {
+ padding: 0;
+}
+
+
td.label, td.labeltop {
text-align: right;
font-size: 80%;
Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus (original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowUpdateStatus Fri Jun 6 11:51:32 2008
@@ -45,9 +45,13 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+<div class="unread-messages">
<&| /Widgets/TitleBox, title => loc('New messages'), title_href => "#txn-". $txn->id &>
-<&|/l, RT->Config->Get('WebPath') ."/Ticket/Display.html?id=". $Ticket->id ."&MarkAsSeen=1" &>There are unread messages on this ticket, click "New Messages" above to jump to the oldest unread message. If you've read all messages, <a href="[_1]">mark them all as seen</a>.</&>
+<&|/l, &>There are unread messages on this ticket.</&>
+<&|/l, &>Click "New Messages" above to jump to the first unread message.</&>
+<&|/l, RT->Config->Get('WebPath') ."/Ticket/Display.html#txn-".$txn->id."?id=". $Ticket->id ."&MarkAsSeen=1" &><a href="[_1]">Click here to jump to the first unread message and mark all messages as seen</a>.</&>
</&>
+</div>
<%ARGS>
$Ticket
</%ARGS>
More information about the Rt-commit
mailing list