dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21853
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10445: Minor change css for tabular report.
------------------------------------------------------------
revno: 10445
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-04-02 11:51:30 +0700
message:
Minor change css for tabular report.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/i18n.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-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2013-04-02 04:33:34 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2013-04-02 04:51:30 +0000
@@ -616,4 +616,5 @@
prev = Prev
next = Next
confirm_delete_favorite = Are you sure you want to delete favorite ?
-in = IN
\ No newline at end of file
+in = IN
+home = Home
\ No newline at end of file
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-04-02 04:33:34 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-04-02 04:51:30 +0000
@@ -5888,7 +5888,7 @@
{
xtype: 'button',
cls: 'tr-toolbar-btn-2',
- text: 'Exit',
+ text: TR.i18n.home,
handler: function() {
window.location.href = TR.conf.finals.ajax.path_commons + TR.conf.finals.ajax.redirect;
}
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2013-04-02 04:33:34 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css 2013-04-02 04:51:30 +0000
@@ -863,7 +863,11 @@
.tr-grid .x-grid-cell-inner * {
font-size: 10px !important;
}
-.tr-grid .x-grid-cell-inner {
+.tr-grid {
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+.x-grid-cell-inner {
padding-top: 3px;
padding-bottom: 3px;
}
@@ -877,7 +881,7 @@
}
.tr-grid .x-grid-body {
border: 1px solid #d0d0d0;
- border-top: 0 none !important;
+ border-top: 1 solid #d0d0d0 !important;
}
.tr-grid .x-grid-dirty-cell { /* hide red "dirty" icon */
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/i18n.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/i18n.vm 2013-04-02 04:33:34 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/i18n.vm 2013-04-02 04:51:30 +0000
@@ -185,4 +185,5 @@
prev: '$encoder.jsEscape($i18n.getString( 'prev' ) , "'")',
next: '$encoder.jsEscape($i18n.getString( 'next' ) , "'")',
confirm_delete_favorite: '$encoder.jsEscape($i18n.getString( 'confirm_delete_favorite' ) , "'")',
+home: '$encoder.jsEscape($i18n.getString( 'home' ) , "'")',
};
\ No newline at end of file