[Rt-commit] r13422 - rt/3.8/trunk/share/html/Install

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jun 19 10:38:12 EDT 2008


Author: sunnavy
Date: Thu Jun 19 10:38:11 2008
New Revision: 13422

Modified:
   rt/3.8/trunk/share/html/Install/DatabaseType.html
   rt/3.8/trunk/share/html/Install/Finish.html
   rt/3.8/trunk/share/html/Install/index.html

Log:
wrapped <&|/l&></&> for installer texts

Modified: rt/3.8/trunk/share/html/Install/DatabaseType.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/DatabaseType.html	(original)
+++ rt/3.8/trunk/share/html/Install/DatabaseType.html	Thu Jun 19 10:38:11 2008
@@ -49,12 +49,16 @@
 
 <& /Elements/ListActions, actions => \@results &>
 
-<form method="post">
+<div class="intro">
+<&|/l&>
     <p>RT works just great with a number of different databases. <b>MySQL</b>, <b>PostgreSQL</b>, <b>Oracle</b> and <b>SQLite</b> are all supported.</p>
     <p>You should choose whichever database you or your local database administrator is most comfortable with.</p>
     <p><b>SQLite is a database that doesn't need a server or any configuration whatsoever. RT's authors recommend it for testing, demoing and development, but it's not quite right for a high-volume production RT server.</b></p>
     <p>If your supported database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using <a href="http://search.cpan.org" target="_new">CPAN</a> to download and install DBD::MySQL, DBD::Oracle or DBD::Pg.</p>
+    </&>
+</div>
 
+<form method="post">
 <& /Widgets/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 

Modified: rt/3.8/trunk/share/html/Install/Finish.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/Finish.html	(original)
+++ rt/3.8/trunk/share/html/Install/Finish.html	Thu Jun 19 10:38:11 2008
@@ -48,6 +48,7 @@
 <&| Elements/Wrapper, Title => loc('Step 7 of 7: Finish') &> 
 
 <div class="intro">
+<&|/l&>
 <p>
 Click "Finish Installation" below to complete this wizard.
 </p>
@@ -63,6 +64,7 @@
 `<tt>chmod -w '<% RT::Installer->ConfigFile %>'</tt>` will prevent this
 installation wizard from being run again.
 </p>
+</&>
 </div>
 
 <form method="post">

Modified: rt/3.8/trunk/share/html/Install/index.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/index.html	(original)
+++ rt/3.8/trunk/share/html/Install/index.html	Thu Jun 19 10:38:11 2008
@@ -54,6 +54,7 @@
 <h1>What is RT?</h1>
 
 <div class="intro">
+<&|/l&>
 <p>
 RT is an enterprise-grade issue tracking system designed to let you intelligently and efficiently manage tasks, issues, requests, defects or anything else that looks like an "action item."</p>
 <p>
@@ -64,6 +65,7 @@
 <b>You're seeing this screen because you started up an RT server without a working database. Most likely, this is the first time you're running RT.  If you click <i>Let's go!</i> below, RT will guide you through setting up your RT server and database.</b>
 </p>
 <p>If you already have a working RT server and database, you should take this opportunity to make sure that your database server is running and that the RT server can connect to it. Once you've done that, stop and start the RT server.</p>
+</&>
 </div>
 
 <form method="post">


More information about the Rt-commit mailing list