dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20711
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9606: Added print button in data entry
------------------------------------------------------------
revno: 9606
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-01-24 16:06:26 +0200
message:
Added print button in data entry
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.css
dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.css 2013-01-24 13:17:34 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/print.css 2013-01-24 14:06:26 +0000
@@ -4,22 +4,7 @@
-webkit-print-color-adjust: exact;
}
-div#header
-{
- display: none;
-}
-
-div#leftBar
-{
- display: none;
-}
-
-div#headerMessage
-{
- display: none;
-}
-
-div#rightBar
+div#header, #headerMessage, div#leftBar, div#headerMessage, div#rightBar
{
display: none;
}
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties 2013-01-02 21:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/org/hisp/dhis/de/i18n_module.properties 2013-01-24 14:06:26 +0000
@@ -107,4 +107,5 @@
childrens_forms=Childrens forms
left_side=Left side
right_side=Right side
-no_periods_click_prev_year_button=No periods, click "Prev year" button
\ No newline at end of file
+no_periods_click_prev_year_button=No periods, click "Prev year" button
+print=Print
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2013-01-24 13:17:34 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2013-01-24 14:06:26 +0000
@@ -64,7 +64,8 @@
</div>
<div id="actions">
- <input type="button" value="$i18n.getString( 'run_validation' )" onclick="validate( false )" id="validationButton" style="width:120px;" disabled="disabled"/>
+ <input type="button" value="$i18n.getString( 'run_validation' )" onclick="validate( false )" id="validationButton" style="width:120px;" disabled="disabled"/><br>
+ <input type="button" value="$i18n.getString( 'print' )" onclick="window.print()" id="printButton" style="width:120px"/>
</div>
<div id="selectionBox" class="inputCriteria" style="width:534px;height:95px;">