Index: stylevars.txt =================================================================== --- stylevars.txt (.../tags/1.2.0-b1/templates) (revision 1515) +++ stylevars.txt (.../trunk/templates) (revision 1515) @@ -1,57 +0,0 @@ -/*=====================================================================*\ -|| ################################################################### -|| # Bugdar -|| # Copyright ©2002-2007 Blue Static -|| # -|| # This program is free software; you can redistribute it and/or modify -|| # it under the terms of the GNU General Public License as published by -|| # the Free Software Foundation; version 2 of the License. -|| # -|| # This program is distributed in the hope that it will be useful, but -|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -|| # more details. -|| # -|| # 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., -|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -|| ################################################################### -\*=====================================================================*/ - -/* -This file is parsed to create PHP variables that -are used in templates with the $stylevar[] array. -It is similar to how a CSS element would be done. - -Each line has: -variablename: value; - -Only letters and numbers are valid in variable names; -everything else is converted to an undescore. - -Values only are allowed to have numbers, letters, dashes, -periods/decimals, the number/pound sign, and the percent sign. - -Comments are only valid in C++ style (the type of comment this is). -*/ - -/* table elements */ - -border: 0; -spacing: 2; -padding: 2; - -/* page elements */ - -normal-width: 100%; -alternate-width: 45%; - -/* alternate background color used when status colors aren't displayed */ -alt-color: #BFCCCF; - -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ \ No newline at end of file Index: search_save.tpl =================================================================== --- search_save.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ search_save.tpl (.../trunk/templates) (revision 1515) @@ -22,7 +22,7 @@
-
+
{@"Save Search"}
Index: register.tpl =================================================================== --- register.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ register.tpl (.../trunk/templates) (revision 1515) @@ -21,7 +21,7 @@
-
+
{@"Register"}
Index: email/accountapproved.xml.tpl =================================================================== --- email/accountapproved.xml.tpl (.../tags/1.2.0-b1/templates) (revision 0) +++ email/accountapproved.xml.tpl (.../trunk/templates) (revision 1515) @@ -0,0 +1,8 @@ + + Account Approved at {$bugsys->options['trackertitle']} + Hi $user[displayname], + +Your account was awaiting moderation at {$bugsys->options['trackertitle']}. Today, an administrator approved your registration and you are now able to use the bug tracker fully. + +If you have any questions, please don't hesitate to contact the webmaster. + \ No newline at end of file Property changes on: email/accountapproved.xml.tpl ___________________________________________________________________ Name: svn:keywords + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date Index: std_message.tpl =================================================================== --- std_message.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ std_message.tpl (.../trunk/templates) (revision 1515) @@ -17,7 +17,7 @@
-
+
{@"Confirm"}{@"Notice"}
Index: history_bit.tpl =================================================================== --- history_bit.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ history_bit.tpl (.../trunk/templates) (revision 1515) @@ -1,4 +1,4 @@ -; background-color: $bgcolor"> + class="$bgcolor"> $log[user]  $log[date]  $log[field] Index: favorites.tpl =================================================================== --- favorites.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ favorites.tpl (.../trunk/templates) (revision 1515) @@ -9,7 +9,7 @@ $header - +
$headers Index: std_error.tpl =================================================================== --- std_error.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ std_error.tpl (.../trunk/templates) (revision 1515) @@ -11,7 +11,7 @@ $header
-
+
{@"Error"}
Index: userctrl.tpl =================================================================== --- userctrl.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ userctrl.tpl (.../trunk/templates) (revision 1515) @@ -21,7 +21,7 @@
-
+
Index: search_results.tpl =================================================================== --- search_results.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ search_results.tpl (.../trunk/templates) (revision 1515) @@ -15,7 +15,7 @@
-
@@ -73,17 +73,17 @@
{@"Email Options"}
- +
- + - + - + - + @@ -93,7 +93,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -219,7 +219,7 @@
{@"Bug List Columns"} $help[columnorder] -
 {@"Reporter"}{@"Reporter"} {@"Assignee"}{@"Favorite"}{@"Favorite"} {@"Voter"}{@"Commenter"}{@"Commenter"}
{@"New bug is added"}
{@"Status or resolution changes"}
{@"A new comment is added"}
{@"Any other field changes"}
+
$columnOptions
Index: lostpassword.tpl =================================================================== --- lostpassword.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ lostpassword.tpl (.../trunk/templates) (revision 1515) @@ -14,7 +14,7 @@
-
+
{@"Lost Password Recovery"}
Index: login.tpl =================================================================== --- login.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ login.tpl (.../trunk/templates) (revision 1515) @@ -15,7 +15,7 @@
-
+
{@"Login"}
Index: trackerhome_bits.tpl =================================================================== --- trackerhome_bits.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ trackerhome_bits.tpl (.../trunk/templates) (revision 1515) @@ -1,6 +1,6 @@ - style="background-color: $bug[bgcolor]; font-style: italic"> + style="background-color: $bug[bgcolor]; font-style: italic" class="$bug[bgcolor]" style="font-style: italic"> $fields
+
$columnHeads Index: global.css =================================================================== --- global.css (.../tags/1.2.0-b1/templates) (revision 1515) +++ global.css (.../trunk/templates) (revision 1515) @@ -195,6 +195,33 @@ text-decoration: none; } +.table +{ + width: 100%; + border-collapse: separate; + border-spacing: 2px; +} + +.table td +{ + padding: 2px; +} + +.altcolor +{ + background-color: rgb(191, 204, 207); +} + +.textcenter +{ + text-align: center; +} + +.altwidth +{ + width: 45%; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ Index: explain_automation.tpl =================================================================== --- explain_automation.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ explain_automation.tpl (.../trunk/templates) (revision 1515) @@ -11,7 +11,7 @@

{@"Explication of Automations"}

-
+
$automations
Index: explain_product.tpl =================================================================== --- explain_product.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ explain_product.tpl (.../trunk/templates) (revision 1515) @@ -12,11 +12,11 @@

{@"Explication of Products"}

- +
- + $globalversions @@ -25,7 +25,7 @@
-
{@"Global Versions"}
{@"These versions are avaliable for every product, component, and version."}
+
Index: history.tpl =================================================================== --- history.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ history.tpl (.../trunk/templates) (revision 1515) @@ -11,7 +11,7 @@

{@"History for %1$s (bugid: %2$s)"}

-
{@"Products (components are in white)"}
+
Index: quicksearch.tpl =================================================================== --- quicksearch.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ quicksearch.tpl (.../trunk/templates) (revision 1515) @@ -11,7 +11,7 @@ $header
-
+
{@"Quick Search"}
Index: trackerhome.tpl =================================================================== --- trackerhome.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ trackerhome.tpl (.../trunk/templates) (revision 1515) @@ -9,7 +9,7 @@ $header -
{@"User"} {@"Date"}
+
$columnHeads $bugs Index: passwordreset.tpl =================================================================== --- passwordreset.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ passwordreset.tpl (.../trunk/templates) (revision 1515) @@ -22,7 +22,7 @@
-
+
{@"Lost Password Recovery: Password Reset"}
Index: std_redirect.tpl =================================================================== --- std_redirect.tpl (.../tags/1.2.0-b1/templates) (revision 1515) +++ std_redirect.tpl (.../trunk/templates) (revision 1515) @@ -12,7 +12,7 @@ $header
-
+
{@"Redirect..."}
Index: global.js =================================================================== --- global.js (.../tags/1.2.0-b1/templates) (revision 1515) +++ global.js (.../trunk/templates) (revision 1515) @@ -20,7 +20,7 @@ function draw_cancel(location) { - location = (location == "" ? "history.back(1)" : "window.location=\"" + location + "\""); + location = (location == "" ? "history.back(1)" : "window.location='" + location + "'"); document.write(""); }