|
From: <rc...@us...> - 2015-02-22 04:57:54
|
Revision: 7169
http://sourceforge.net/p/web-erp/reponame/7169
Author: rchacon
Date: 2015-02-22 04:57:51 +0000 (Sun, 22 Feb 2015)
Log Message:
-----------
Add missing preview.png and new previous.png icons. Add "Print This" and "Return" buttons with icon in GLBalanceSheet.php.
Modified Paths:
--------------
trunk/GLBalanceSheet.php
trunk/css/aguapop/default.css
trunk/css/default/default.css
trunk/css/fluid/default.css
trunk/css/fresh/default.css
trunk/css/gel/default.css
trunk/css/professional/default.css
trunk/css/professional-rtl/default.css
trunk/css/silverwolf/default.css
trunk/css/wood/default.css
trunk/css/wood/images/bank.png
trunk/css/wood/images/gl.png
trunk/css/wood/images/printer.png
trunk/css/xenos/default.css
trunk/doc/Change.log
Added Paths:
-----------
trunk/css/aguapop/images/previous.png
trunk/css/default/images/previous.png
trunk/css/fluid/images/preview.png
trunk/css/fluid/images/previous.png
trunk/css/fresh/images/preview.png
trunk/css/fresh/images/previous.png
trunk/css/gel/images/preview.png
trunk/css/gel/images/previous.png
trunk/css/professional/images/previous.png
trunk/css/professional-rtl/images/previous.png
trunk/css/silverwolf/images/preview.png
trunk/css/silverwolf/images/previous.png
trunk/css/wood/images/preview.png
trunk/css/wood/images/previous.png
trunk/css/xenos/images/preview.png
trunk/css/xenos/images/previous.png
Modified: trunk/GLBalanceSheet.php
===================================================================
--- trunk/GLBalanceSheet.php 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/GLBalanceSheet.php 2015-02-22 04:57:51 UTC (rev 7169)
@@ -707,7 +707,18 @@
echo '</table>';
echo '</div>';
- echo '<br /><div class="centre noprint"><input type="submit" name="SelectADifferentPeriod" value="'._('Select A Different Balance Date').'" /></div>';
+ echo '<br />';
+/* <div class="centre noprint"><input type="submit" name="SelectADifferentPeriod" value="'._('Select A Different Balance Date').'" /></div>';*/
+
+echo '<div class="centre noprint">'.
+ '<button onclick="javascript:window.print()" type="button"><img alt="" src="'.$RootPath.'/css/'.$Theme.
+ '/images/printer.png" /> ' . _('Print This') . '</button>'.// "Print This" button.
+ '<button name="SelectADifferentPeriod" type="submit" value="'. _('Select A Different Period') .'"><img alt="" src="'.$RootPath.'/css/'.$Theme.
+ '/images/gl.png" /> ' . _('Select A Different Balance Date') . '</button>'.// "Select A Different Period" button.
+ '<button formaction="index.php" type="submit"><img alt="" src="'.$RootPath.'/css/'.$Theme.
+ '/images/previous.png" /> ' . ('Return') . '</button>'.// "Return" button.
+ '</div>';
+
echo '</div></form>';
}
Modified: trunk/css/aguapop/default.css
===================================================================
--- trunk/css/aguapop/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/aguapop/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id: default.css 7166 2015-02-21 21:18:59Z Joshua $*/
/*
New "AguaPop" Theme for WebERP
@@ -481,5 +482,9 @@
float:right;
margin-top:15px;
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/**** END ***/
Added: trunk/css/aguapop/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/aguapop/images/previous.png
===================================================================
--- trunk/css/aguapop/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/aguapop/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/aguapop/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/default/default.css
===================================================================
--- trunk/css/default/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/default/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id$*/
/***
New Default Theme for WebERP
@@ -448,3 +449,7 @@
float:right;
margin-top:15px;
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
Added: trunk/css/default/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/default/images/previous.png
===================================================================
--- trunk/css/default/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/default/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/default/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/fluid/default.css
===================================================================
--- trunk/css/fluid/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/fluid/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id: default.css 7166 2015-02-21 21:18:59Z Joshua $*/
/*
"Fluid Tabs" theme for webERP
@@ -389,3 +390,7 @@
}
#FooterVersionDiv{}
#FooterTimeDiv{}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
Added: trunk/css/fluid/images/preview.png
===================================================================
(Binary files differ)
Index: trunk/css/fluid/images/preview.png
===================================================================
--- trunk/css/fluid/images/preview.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/fluid/images/preview.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/fluid/images/preview.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/css/fluid/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/fluid/images/previous.png
===================================================================
--- trunk/css/fluid/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/fluid/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/fluid/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/fresh/default.css
===================================================================
--- trunk/css/fresh/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/fresh/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id$*/
/***
New "Fresh" Theme for WebERP
@@ -502,5 +503,9 @@
#FooterTimeDiv{
clear:left; /* below */
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/*** END ***/
Added: trunk/css/fresh/images/preview.png
===================================================================
(Binary files differ)
Index: trunk/css/fresh/images/preview.png
===================================================================
--- trunk/css/fresh/images/preview.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/fresh/images/preview.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/fresh/images/preview.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/css/fresh/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/fresh/images/previous.png
===================================================================
--- trunk/css/fresh/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/fresh/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/fresh/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/gel/default.css
===================================================================
--- trunk/css/gel/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/gel/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id$*/
/***
New "Gel" Theme for WebERP
@@ -539,5 +540,9 @@
line-height:2.8em; /* Center the text vertically.
[vertical-align has no effect on text alone] */
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/*** END ***/
Added: trunk/css/gel/images/preview.png
===================================================================
(Binary files differ)
Index: trunk/css/gel/images/preview.png
===================================================================
--- trunk/css/gel/images/preview.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/gel/images/preview.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/gel/images/preview.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/css/gel/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/gel/images/previous.png
===================================================================
--- trunk/css/gel/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/gel/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/gel/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/professional/default.css
===================================================================
--- trunk/css/professional/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/professional/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id$*/
/***
New "Professional" Theme for WebERP
@@ -527,5 +528,9 @@
#FooterTimeDiv{
clear:left; /* below */
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/*** END ***/
Added: trunk/css/professional/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/professional/images/previous.png
===================================================================
--- trunk/css/professional/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/professional/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/professional/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/professional-rtl/default.css
===================================================================
--- trunk/css/professional-rtl/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/professional-rtl/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id$*/
/***
New "Professional RTL" Theme for WebERP
@@ -547,5 +548,9 @@
#FooterTimeDiv{
clear:right; /* below */
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/*** END ***/
Added: trunk/css/professional-rtl/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/professional-rtl/images/previous.png
===================================================================
--- trunk/css/professional-rtl/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/professional-rtl/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/professional-rtl/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/silverwolf/default.css
===================================================================
--- trunk/css/silverwolf/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/silverwolf/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id$*/
/***
New "SilverWolf" Theme for WebERP
@@ -500,5 +501,9 @@
line-height:2.8em; /* Center the text vertically.
[vertical-align has no effect on text alone] */
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/*** END ***/
Added: trunk/css/silverwolf/images/preview.png
===================================================================
(Binary files differ)
Index: trunk/css/silverwolf/images/preview.png
===================================================================
--- trunk/css/silverwolf/images/preview.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/silverwolf/images/preview.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/silverwolf/images/preview.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/css/silverwolf/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/silverwolf/images/previous.png
===================================================================
--- trunk/css/silverwolf/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/silverwolf/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/silverwolf/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/wood/default.css
===================================================================
--- trunk/css/wood/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/wood/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id: default.css 7166 2015-02-21 21:18:59Z Joshua $*/
/*
"Wood" Theme for WebERP
@@ -571,5 +572,9 @@
float:right;
margin-top:17px;
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
/* END */
Modified: trunk/css/wood/images/bank.png
===================================================================
(Binary files differ)
Modified: trunk/css/wood/images/gl.png
===================================================================
(Binary files differ)
Added: trunk/css/wood/images/preview.png
===================================================================
(Binary files differ)
Index: trunk/css/wood/images/preview.png
===================================================================
--- trunk/css/wood/images/preview.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/wood/images/preview.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/wood/images/preview.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/css/wood/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/wood/images/previous.png
===================================================================
--- trunk/css/wood/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/wood/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/wood/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/css/wood/images/printer.png
===================================================================
(Binary files differ)
Modified: trunk/css/xenos/default.css
===================================================================
--- trunk/css/xenos/default.css 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/xenos/default.css 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,3 +1,4 @@
+/* $Id: default.css 7166 2015-02-21 21:18:59Z Khwunchai $*/
/***
Xenos Theme
@@ -635,5 +636,9 @@
#FooterTimeDiv{
clear:left; /* below */
}
+.centre {
+ text-align:center;
+ /* centre class (general). */
+}
-/*** END ***/
\ No newline at end of file
+/*** END ***/
Added: trunk/css/xenos/images/preview.png
===================================================================
(Binary files differ)
Index: trunk/css/xenos/images/preview.png
===================================================================
--- trunk/css/xenos/images/preview.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/xenos/images/preview.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/xenos/images/preview.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/css/xenos/images/previous.png
===================================================================
(Binary files differ)
Index: trunk/css/xenos/images/previous.png
===================================================================
--- trunk/css/xenos/images/previous.png 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/css/xenos/images/previous.png 2015-02-22 04:57:51 UTC (rev 7169)
Property changes on: trunk/css/xenos/images/previous.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2015-02-21 23:37:31 UTC (rev 7168)
+++ trunk/doc/Change.log 2015-02-22 04:57:51 UTC (rev 7169)
@@ -1,5 +1,6 @@
webERP Change Log
+22/2/15 RChacon: Add missing preview.png and new previous.png icons. Add "Print This" and "Return" buttons with icon in GLBalanceSheet.php.
22/2/15 Simon Rhodes: added global $db; statements to functions in ConnectDB_mysql.inc that had been missed for the transaction functions
21/2/15 RChacon: Add headings, page-title and centre-align styles to print.css. Improve page title to use with print.css and add code documentation in GLBalanceSheet.php.
20/2/15 RChacon: Fix heading 2 html-tags inside paragraph html-tags. Add code documentation.
|