[Rt-commit] r11775 - rt/branches/3.8-TESTING/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Apr 18 04:17:27 EDT 2008


Author: sunnavy
Date: Fri Apr 18 04:17:27 2008
New Revision: 11775

Modified:
   rt/branches/3.8-TESTING/html/installation/Step1.html
   rt/branches/3.8-TESTING/html/installation/Step2.html
   rt/branches/3.8-TESTING/html/installation/Step3.html

Log:
set class 'label'

Modified: rt/branches/3.8-TESTING/html/installation/Step1.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step1.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step1.html	Fri Apr 18 04:17:27 2008
@@ -55,7 +55,7 @@
 <form method="post">
 <table>
 <tr>
-<td><% loc('Select database type:') %></td>
+<td class="label"><% loc('DatabaseType') %>:</td>
 <td>
 <select name="DatabaseType">
 % for ( sort @Types ) {

Modified: rt/branches/3.8-TESTING/html/installation/Step2.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step2.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step2.html	Fri Apr 18 04:17:27 2008
@@ -55,7 +55,7 @@
 <form method="post">
 <table>
 <tr title="<% $title{DatabaseName} %>">
-<td><% loc('DatabaseName:') %></td>
+<td class="label"><% loc('DatabaseName') %>:</td>
 <td>
 <input type="text" name="DatabaseName" value="<% $ARGS{DatabaseName} ||
 $session{InstallConfig}{DatabaseName} %>" />
@@ -64,7 +64,7 @@
 % if ( $session{InstallConfig}{DatabaseType} ne 'SQLite' ) {
 % for ( qw/DatabaseHost DatabasePort DatabaseUser DatabasePassword/ ) {
 <tr title="<% $title{$_} |n %>">
-<td><% loc("$_:") %></td>
+<td class="label"><% loc($_) %>:</td>
 <td>
 <input type="<% /Password/ ? 'password' : 'text' %>" name="<% $_ %>" value="<% $ARGS{$_} || $session{InstallConfig}{$_} %>" />
 </td>
@@ -73,7 +73,7 @@
 % }
 % if ( $session{InstallConfig}{DatabaseType} eq 'Pg' ) {
 <tr title="<% $title{DatabaseRequireSSL} |n %>" >
-<td><% loc('DatabaseRequireSSL:') %></td>
+<td class="label"><% loc('DatabaseRequireSSL') %>:</td>
 <td>
 <input type="checkbox" name="DatabaseRequireSSL" value="1" />
 </td>

Modified: rt/branches/3.8-TESTING/html/installation/Step3.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step3.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step3.html	Fri Apr 18 04:17:27 2008
@@ -56,7 +56,7 @@
 <table>
 % for ( @types ) {
 <tr title="<% $title{$_} |n%>">
-<td><% loc("$_:") %></td>
+<td class="label"><% loc($_) %>:</td>
 <td>
 % if ( $_ eq 'TimeZone' ) {
 <& /Elements/SelectTimezone, Name => 'Timezone',  &>


More information about the Rt-commit mailing list