[Rt-commit] r11226 - in rt/branches/3.8-TESTING: . html/Elements html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Wed Mar 26 23:36:42 EDT 2008


Author: jesse
Date: Wed Mar 26 23:36:42 2008
New Revision: 11226

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/Elements/ShowLinks
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
   rt/branches/3.8-TESTING/html/Ticket/Elements/ShowSummary

Log:
 r28651 at 31b:  jesse | 2008-03-26 23:36:26 -0400
 * Graphs on links move to upper right corner, only show the full graph


Modified: rt/branches/3.8-TESTING/html/Elements/ShowLinks
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/ShowLinks	(original)
+++ rt/branches/3.8-TESTING/html/Elements/ShowLinks	Wed Mar 26 23:36:42 2008
@@ -103,15 +103,6 @@
     </td>
   </tr>
 
-<tr><td colspan="2"><hr /></td></tr>
-<tr><td colspan="2">
-<a href="<% $RT::WebPath %>/Ticket/Graphs/index.html?id=<% $Ticket->id %>&Type=Members">
-<% loc('Ticket Relationship Graph') %>
-</a></td></tr>
-<tr><td colspan="2">
-<a href="<% $RT::WebPath %>/Ticket/Graphs/index.html?id=<% $Ticket->id %>&Type=Links">
-<% loc('Ticket Full Relationship Graph') %>
-</a></td></tr>
 
 % # Allow people to add more rows to the table
 % $m->callback( %ARGS );

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	Wed Mar 26 23:36:42 2008
@@ -70,18 +70,15 @@
 .titlebox .titlebox-title .right {
   position: absolute;
    right: 0;
-   top: 0.9em;
-  /*float: right;
-  margin-top: -1em;
-  margin-right: 0em; */
-  font-size: 0.6em;
+   top: 0.5em;
+  font-size: 0.9em;
   background: #dedede;
   border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-right: 0.4em;
  padding-left: 0.4em;
  padding-bottom: 0.2em;
- padding-top: 0.2em;
+ padding-top: 0.5em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  

Modified: rt/branches/3.8-TESTING/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/3.8-TESTING/html/Ticket/Elements/ShowSummary	Wed Mar 26 23:36:42 2008
@@ -96,6 +96,7 @@
 
 	  <&| /Widgets/TitleBox, title => loc('Links'), 
 		title_href => RT->Config->Get('WebPath')."/Ticket/ModifyLinks.html?id=".$Ticket->Id, 
+        titleright_raw => '<a href="'. $RT::WebPath. '/Ticket/Graphs/index.html?id='.$Ticket->id .'&Type=Links">'.loc('Graph').'</a>',
 		class => 'ticket-info-links' &>
 	        <& /Elements/ShowLinks, Ticket => $Ticket &>
           </&>


More information about the Rt-commit mailing list