[Rt-commit] rt branch, 4.6-theme/install-pages, created. rt-4.4.4-215-gbaf67465b

Gergely Nagy algernon at bestpractical.com
Thu May 9 12:22:10 EDT 2019


The branch, 4.6-theme/install-pages has been created
        at  baf67465b4bdd9b51f42b4e6c3643286f6f41b8f (commit)

- Log -----------------------------------------------------------------
commit 0c7e2fada3fc5c43a8880cc44b60b0b014b1030d
Author: Gergely Nagy <algernon at bestpractical.com>
Date:   Thu May 9 17:06:14 2019 +0200

    Transition /Install/index.html to the new theme

diff --git a/share/html/Install/index.html b/share/html/Install/index.html
index 6e79c41ca..a2aec0014 100644
--- a/share/html/Install/index.html
+++ b/share/html/Install/index.html
@@ -52,39 +52,51 @@
 % return if $locked;
 
 <form method="post">
+  <div class="col-md-10 offset-md-1">
+    <h1><% loc('Language') %></h1>
+    <div class="form-row">
+      <div class="col-md-3">
+        <&|/l&>Select another language</&>:
+      </div>
 
-<h1><% loc('Language') %></h1>
+      <div class="col-md-9 value">
+        <& /Elements/SelectLang,
+          Name => 'Lang',
+          Default => $lang_handle? $lang_handle->language_tag : undef,
+        &>
+      </div>
+    </div>
 
-<div class="select-lang">
-<&|/l&>Select another language</&>:
-<& /Elements/SelectLang,
-    Name => 'Lang',
-    Default => $lang_handle? $lang_handle->language_tag : undef,
-&>
-<input type="submit" class="button" name="ChangeLang" value="<% loc('Change') %>" />
-</div>
+    <div class="buttons">
+      <input type="submit"  class="btn btn-primary"  name="ChangeLang"  value="<% loc('Change') %>" >
+    </div>
 
-<h1><% loc('What is RT?') %></h1>
+  </div>
+</form>
 
-<div class="intro">
-<p>
-<&|/l&>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>
-<&|/l&>RT is used by Fortune 100 companies, one-person businesses, government agencies, educational institutions, hospitals, nonprofits, NGOs, libraries, open source projects and all sorts of other organizations on all seven continents. (Yes, even Antarctica.)</&>
-</p>
-<h2><% loc('Getting started') %></h2>
-<p>
-<b>
-<&|/l, loc("Let's go!") &>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 "[_1]" below, RT will guide you through setting up your RT server and database.</&>
-</b>
-</p>
-<p>
-<&|/l&>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 class="row">
+  <div class="col-md-10 offset-md-1">
+    <h1><% loc('What is RT?') %></h1>
+    <p>
+      <&|/l&>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>
+      <&|/l&>RT is used by Fortune 100 companies, one-person businesses, government agencies, educational institutions, hospitals, nonprofits, NGOs, libraries, open source projects and all sorts of other organizations on all seven continents. (Yes, even Antarctica.)</&>
+    </p>
+    <h2><% loc('Getting started') %></h2>
+    <p>
+      <b>
+        <&|/l, loc("Let's go!") &>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 "[_1]" below, RT will guide you through setting up your RT server and database.</&>
+      </b>
+    </p>
+    <p>
+      <&|/l&>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>
 </div>
 
-<& /Elements/Submit, Label => loc( "Let's go!"), Name => 'Run' &>
+<form method="post">
+  <& /Elements/Submit, Label => loc( "Let's go!"), Name => 'Run' &>
 </form>
 
 </&>

commit baf67465b4bdd9b51f42b4e6c3643286f6f41b8f
Author: Gergely Nagy <algernon at bestpractical.com>
Date:   Thu May 9 17:06:58 2019 +0200

    Transition /Install/DatabaseType to the new theme

diff --git a/share/html/Install/DatabaseType.html b/share/html/Install/DatabaseType.html
index 8a5676e6e..e1d408051 100644
--- a/share/html/Install/DatabaseType.html
+++ b/share/html/Install/DatabaseType.html
@@ -47,28 +47,34 @@
 %# END BPS TAGGED BLOCK }}}
 <&|Elements/Wrapper, Title => loc('Step [_1] of [_2]', 1, 7 ) .': '. loc('Choose Database Engine') &>
 
-<div class="intro">
-<p>
-<&|/l&>RT works with a number of different databases. <b>MySQL</b>, <b>PostgreSQL</b>, <b>Oracle</b> and <b>SQLite</b> are all supported.</&>
-</p>
-<p>
-<&|/l&>You should choose the database you or your local database administrator is most comfortable with.</&>
-</p>
+<div class="row">
+  <div class="col-md-10 offset-md-1">
+    <p>
+      <&|/l&>RT works with a number of different databases. <b>MySQL</b>, <b>PostgreSQL</b>, <b>Oracle</b> and <b>SQLite</b> are all supported.</&>
+    </p>
+    <p>
+      <&|/l&>You should choose the database you or your local database administrator is most comfortable with.</&>
+    </p>
     <p><b>
-<&|/l&>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>
-<&|/l_unsafe, '<a href="http://search.cpan.org" target="_blank">CPAN</a>' &>If your preferred 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 [_1] to download and install DBD::MySQL, DBD::Oracle or DBD::Pg.</&>
-</p>
+      <&|/l&>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>
+      <&|/l_unsafe, '<a href="http://search.cpan.org" target="_blank">CPAN</a>' &>If your preferred 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 [_1] to download and install DBD::MySQL, DBD::Oracle or DBD::Pg.</&>
+    </p>
+  </div>
 </div>
 
-<form method="post">
-<& /Widgets/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
-    CurrentValue => RT::Installer->CurrentValues(@Types) &>
+<div class="row" >
+  <div class="col-md-10 offset-1" >
+    <form method="post">
+      <& /Widgets/BulkEdit, Types => \@Types, Meta => $RT::Installer->{Meta},
+      CurrentValue => RT::Installer->CurrentValues(@Types) &>
 
-<input type="hidden" name="Run" value="1">
-<& /Elements/Submit, Label => loc('Next') .': '. loc( 'Check Database Credentials') &>
-</form>
+      <input type="hidden" name="Run" value="1" class="btn btn-primary">
+      <& /Elements/Submit, Label => loc('Next') .': '. loc( 'Check Database Credentials') &>
+    </form>
+  </div>
+</div>
 </&>
 <%init>
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list