[Rt-commit] r3193 - in rtfm/branches/2.1-TESTING: . html/RTFM/Article

jesse at bestpractical.com jesse at bestpractical.com
Wed Jun 15 21:21:42 EDT 2005


Author: jesse
Date: Wed Jun 15 21:21:42 2005
New Revision: 3193

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html
   rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoClass.html
   rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoTopic.html
Log:
 r20576 at hualien:  jesse | 2005-06-15 21:19:20 -0400
 * Extract article and  cleanups and fixes


Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html	(original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html	Wed Jun 15 21:21:42 2005
@@ -26,11 +26,13 @@
 <input type="hidden" name="new-RefersTo" value="t:<% $ticket->id%>">
 <table width="100%" valign="top" border=0 cellspacing=0>
 
-<p><&|/l&>Use the dropdown menus to select which transactions you want to extract into a new RTFM article</&></p>
+<p><&|/l&>Use the dropdown menus to select which ticket updates you want to extract into a new article.</&>
+<&|/l&>You can insert ticket content into any freeform, text or wiki field.</&>
+</p>
 
 <tr>
-<th>Custom freeform, wikitext, or text field</th>
-<th>Ticket update</th>
+<th><&|/l&>Field</&></th>
+<th><&|/l&>Ticket update</&></th>
 </tr>
 % my $i;
 % while ( my $trans = $transactions->Next ) { 

Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoClass.html
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoClass.html	(original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoClass.html	Wed Jun 15 21:21:42 2005
@@ -16,10 +16,10 @@
 %# 
 %# END LICENSE BLOCK
 
-<& /RTFM/Elements/Tabs, Title => loc('Extract article from ticket #[_1]',$Ticket) &>                  
+<& /RTFM/Elements/Tabs, Title => loc('Extract a new article from ticket #[_1]',$Ticket) &>                  
 
 
-Select a class to create a new article in:
+<h2><&|/l&>Create a new article in</&>:</h2>
 <ul>
 % my $Classes = RT::FM::ClassCollection->new($session{'CurrentUser'});          
 % $Classes->UnLimit;                                                            
@@ -30,11 +30,12 @@
 <form action="ExtractFromTicket.html">
 <input type="hidden" name="Ticket" value="<% $Ticket %>" />
 <input type="hidden" name="Class"  value="<% $Class->id %>" />
+<&|/l &>Select topics for this article</&>:<br/>
 <& Elements/EditTopics, ClassObj => $Class,
                         OnlyThisClass => 1,
                         id => 'new',
                         &><br />
-<input type="submit" value="Create" />
+<input type="submit" value="<%loc('Create')%>" />
 </form>
 <br /></div>
 </li>

Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoTopic.html
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoTopic.html	(original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractIntoTopic.html	Wed Jun 15 21:21:42 2005
@@ -16,10 +16,10 @@
 %# 
 %# END LICENSE BLOCK
 
-<& /RTFM/Elements/Tabs, Title => loc('Extract article from ticket #[_1]',$Ticket) &>
+<& /RTFM/Elements/Tabs, Title => loc('Extract a new article from ticket #[_1]',$Ticket) &>
 
 
-Select topics in this class:
+<&|/l&>Select topics for this article</&>:<br/>
 <form action="ExtractFromTicket.html">
 <input type="hidden" name="Ticket" value="<% $Ticket %>" />
 <input type="hidden" name="Class"  value="<% $ClassObj->id %>" />
@@ -27,7 +27,7 @@
                         OnlyThisClass => 1,
                         id => 'new',
                         &><br />
-<input type="submit" value="Create" />
+<input type="submit" value="<%loc('Create')%>" />
 </form>
 <%args>
 $Ticket => undef
@@ -39,4 +39,4 @@
 unless ($ClassObj->Id) {
     $m->comp("/RTFM/Elements/Error", Why => "'%1' isn't a valid class identifier", $Class);
 }
-</%init>
\ No newline at end of file
+</%init>


More information about the Rt-commit mailing list