[Rt-commit] r11863 - in rt/branches/3.8-TESTING: . html/installation

jesse at bestpractical.com jesse at bestpractical.com
Wed Apr 23 18:17:35 EDT 2008


Author: jesse
Date: Wed Apr 23 18:17:35 2008
New Revision: 11863

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/installation/Basics.html
   rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html
   rt/branches/3.8-TESTING/html/installation/DatabaseType.html
   rt/branches/3.8-TESTING/html/installation/Elements/Wrapper
   rt/branches/3.8-TESTING/html/installation/Emails.html
   rt/branches/3.8-TESTING/html/installation/Finish.html
   rt/branches/3.8-TESTING/html/installation/Initialize.html
   rt/branches/3.8-TESTING/html/installation/Sendmail.html
   rt/branches/3.8-TESTING/html/installation/autohandler
   rt/branches/3.8-TESTING/html/installation/index.html

Log:
 r30045 at 31b:  jesse | 2008-04-23 18:16:48 -0400
 * make the installation ui use the page layout


Modified: rt/branches/3.8-TESTING/html/installation/Basics.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Basics.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Basics.html	Wed Apr 23 18:17:35 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 
-<& Elements/Header, Title => 'Step 3: Customize Basics' &> 
+<&| Elements/Wrapper, Title => 'Step 3: Customize Basics' &> 
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -71,7 +71,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit, Label => loc('Next: Customize Emails') &>
 </form>
-
+</&>
 <%init>
 my @results;
 

Modified: rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/DatabaseDetails.html	Wed Apr 23 18:17:35 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 
-<& Elements/Header, Title => 'Step 2: Check your database credentials' &> 
+<&| Elements/Wrapper, Title => 'Step 2: Check your database credentials' &> 
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -88,7 +88,7 @@
 % }
 <& /Elements/Submit, Label => loc('Next: Customize Basics') &>
 </form>
-
+</&>
 <%init>
 my @results;
 

Modified: rt/branches/3.8-TESTING/html/installation/DatabaseType.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/DatabaseType.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/DatabaseType.html	Wed Apr 23 18:17:35 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 
-<& Elements/Header, Title => 'Install' &>
+<&|Elements/Wrapper, Title => 'Install' &>
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -71,7 +71,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit, Label => loc('Next: Check your database credentials') &>
 </form>
-
+</&>
 <%init>
 
 my ( @Types, @results );

Modified: rt/branches/3.8-TESTING/html/installation/Elements/Wrapper
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Elements/Wrapper	(original)
+++ rt/branches/3.8-TESTING/html/installation/Elements/Wrapper	Wed Apr 23 18:17:35 2008
@@ -1,4 +1,19 @@
-<& /Elements/Header &>
-<%$m->content() |n%>
-</body></html>
+<&/Elements/Header, title => $Title &>
+<& /Elements/PageLayout,
+    title => $Title,
+    toptabs => { a => { title => loc('Install RT'),
+                        path => '/installation/'
+                        },
+                b => { title => loc('Buy Support'),
+                        path => 'mailto:sales at bestpractical.com'}
+                },
+                        
+    show_menu => 1
+&>
+<a name="skipnav" id="skipnav" accesskey="8"></a>
+<% $m->content() |n%>
+<& /Elements/Footer &>
 % $m->abort;
+<%args>
+$Title => 'Install RT'
+</%args>

Modified: rt/branches/3.8-TESTING/html/installation/Emails.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Emails.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Emails.html	Wed Apr 23 18:17:35 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 
-<& Elements/Header, Title => 'Step 4: Customize Emails' &> 
+<&| Elements/Wrapper, Title => 'Step 4: Customize Emails' &> 
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -66,7 +66,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit, Label => loc('Next: Customize Sendmail') &>
 </form>
-
+</&>
 <%init>
 my @results;
 

Modified: rt/branches/3.8-TESTING/html/installation/Finish.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Finish.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Finish.html	Wed Apr 23 18:17:35 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 
-<& Elements/Header, Title => 'Step 7: Finish' &> 
+<&| Elements/Wrapper, Title => 'Step 7: Finish' &> 
 
 <div class="intro">
 <p>
@@ -63,4 +63,4 @@
 it as you want.
 </p>
 </div>
-
+</&>

Modified: rt/branches/3.8-TESTING/html/installation/Initialize.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Initialize.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Initialize.html	Wed Apr 23 18:17:35 2008
@@ -45,8 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-
-<& Elements/Header, Title => 'Step 6: Initialize Database' &> 
+<&|Elements/Wrapper, Title => 'Step 6: Initialize Database' &> 
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -60,7 +59,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit, Label => loc('Initialize Database') &>
 </form>
-
+</&>
 <%init>
 my @results;
 if ( $Run ) {
@@ -74,7 +73,6 @@
     }
 }
 </%init>
-
 <%args>
 $Run => undef
 </%args>

Modified: rt/branches/3.8-TESTING/html/installation/Sendmail.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Sendmail.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Sendmail.html	Wed Apr 23 18:17:35 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& Elements/Header, Title => 'Step 5: Customize Sendmail' &> 
+<&|Elements/Wrapper, Title => 'Step 5: Customize Sendmail' &> 
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -68,7 +68,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit, Label => loc('Next: Initialize Database') &>
 </form>
-
+</&>
 <%init>
 my @results;
 

Modified: rt/branches/3.8-TESTING/html/installation/autohandler
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/autohandler	(original)
+++ rt/branches/3.8-TESTING/html/installation/autohandler	Wed Apr 23 18:17:35 2008
@@ -57,6 +57,4 @@
      RT::Interface::Web::Redirect(RT->Config->Get('WebURL'));
 }
 </%init>
-<&|Elements/Wrapper &>
 <%$m->call_next()%>
-</&>

Modified: rt/branches/3.8-TESTING/html/installation/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/index.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/index.html	Wed Apr 23 18:17:35 2008
@@ -45,8 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-
-<& Elements/Header, Title => 'Start to Config RT' &> 
+<&| Elements/Wrapper, Title => 'Start to Config RT' &> 
 
 <& /Elements/ListActions, actions => \@results &>
 
@@ -69,7 +68,7 @@
 <& /Elements/Submit, Label => 'Start Config' &>
 </form>
 % }
-
+</&>
 <%init>
 my @results;
 my $locked;


More information about the Rt-commit mailing list