dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20701
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9599: Improve print css in data entry
------------------------------------------------------------
revno: 9599
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-01-24 12:24:33 +0100
message:
Improve print css in data entry
modified:
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-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-02 21:52:37 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2013-01-24 11:24:33 +0000
@@ -45,7 +45,13 @@
var i18n_no_periods_click_prev_year_button = '$encoder.jsEscape( $i18n.getString( "no_periods_click_prev_year_button" ) , "'")';
</script>
-<h3>$i18n.getString( "data_entry" ) #openHelp( "dataEntry" )</h3>
+<style type="text/css" media="print">
+#moduleHeader, #currentSelection, #actions, #selectionBox, #completenessDiv {
+ display: none;
+}
+</style>
+
+<h3 id="moduleHeader">$i18n.getString( "data_entry" ) #openHelp( "dataEntry" )</h3>
<div id="currentSelection">
<span style="float:left;cursor:pointer;margin-right:5px;"><img src="../images/hide.png" title="$i18n.getString( 'close' )" onclick="closeCurrentSelection()"></span>