import rt 3.6.4
[freeside.git] / rt / html / Tools / Offline.html
index 0879c94..8806b79 100644 (file)
@@ -1,8 +1,8 @@
-%# {{{ BEGIN BPS TAGGED BLOCK
+%# BEGIN BPS TAGGED BLOCK {{{
 %# 
 %# COPYRIGHT:
 %#  
-%# This software is Copyright (c) 1996-2004 Best Practical Solutions, LLC 
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
 %#                                          <jesse@bestpractical.com>
 %# 
 %# (Except where explicitly superseded by other copyright notices)
@@ -22,7 +22,9 @@
 %# 
 %# You should have received a copy of the GNU General Public License
 %# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
 %# 
 %# 
 %# CONTRIBUTION SUBMISSION POLICY:
@@ -42,7 +44,7 @@
 %# works based on those contributions, and sublicense and distribute
 %# those contributions and any derivatives thereof.
 %# 
-%# }}} END BPS TAGGED BLOCK
+%# END BPS TAGGED BLOCK }}}
 <& /Elements/Header, Title => loc("Offline upload") &>
 <& Elements/Tabs, 
     current_tab => "Tools/Offline.html", 
 <& /Elements/Callback, Requestor => \$requestoraddress,
     Queue => \$qname, %ARGS &>
 
-<FORM ACTION="Offline.html" NAME="TicketUpdate" 
-       METHOD=POST enctype="multipart/form-data">
+<form action="Offline.html" name="TicketUpdate" 
+       method="post" enctype="multipart/form-data">
 <table>
 <tr>
-<td class=label>
+<td class="label">
 <&|/l&>Default Queue</&>:
 </td>
 <td>
 <& /Elements/SelectQueue, Name => "qname", NamedValues => 1 &>
-<i><&|/l&>If no queue is specified, create tickets in this queue.</&></i>
+<em><&|/l&>If no queue is specified, create tickets in this queue.</&></em>
 </td>
 </tr>
 <tr>
-<td class=label>
+<td class="label">
 <&|/l&>Default Requestor</&>:
 </td>
 <td>
-<input name=requestoraddress value=<%$requestoraddress%>>
-<i><&|/l&>If no Requestor is specified, create tickets with this requestor.</&></i>
+<input name="requestoraddress" value="<%$requestoraddress%>" />
+<em><&|/l&>If no Requestor is specified, create tickets with this requestor.</&></em>
 </td>
 </tr>
-<tr><td class=labeltop>
+<tr><td class="labeltop">
 <&|/l&>Template</&>:
 </td>
-<td colspan=2>
-<textarea name=string cols=80 rows=30>
-<%$string%>
-</textarea>
+<td colspan="2">
+<textarea name="string" cols="80" rows="30"><%$string%></textarea>
 </td>
 </tr>
-<tr><td class=label>
+<tr><td class="label">
 <&|/l&>Get template from file</&>:
 </td>
 <td>
-<input name="Template" type="file" value="foo">
-<INPUT TYPE=SUBMIT NAME="Parse" VALUE="<&|/l&>Go</&>">
+<input name="Template" type="file" value="foo" />
+<input type="submit" class="button" name="Parse" value="<&|/l&>Go</&>" />
 </td>
 </tr>
 </table>
 <& /Elements/Submit, Name => 'UpdateTickets', Label => loc('Upload'), Caption => loc("Upload your changes"), color => "#993333" &>
 
-</FORM>
+</form>
 <%args>
-$requestoraddress => undef
+$requestoraddress => ''
 $qname => undef
 $string => undef
 </%args>