← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11191: Apps, minor

 

------------------------------------------------------------
revno: 11191
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-06-10 17:57:47 +0200
message:
  Apps, minor
modified:
  dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties
  dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/javascript/uploadApp.js


--
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-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties	2013-06-10 15:15:17 +0000
+++ dhis-2/dhis-web/dhis-web-appmanager/src/main/resources/org/hisp/dhis/appmanager/i18n_module.properties	2013-06-10 15:57:47 +0000
@@ -6,11 +6,11 @@
 appmanager_baseurl=App Base URL
 appmanager_store_url=App Store URL
 appmanager_upload_app_package=Upload App package (ZIP)
-appmanager_install_success=App Installed Successfully
+appmanager_install_success=App installed successfully
 appmanager_invalid_package=Invalid App Package
 appmanager_not_zip=Incorrect App Package Format
-appmanager_confirm_delete=Are you sure to delete this App?
+appmanager_confirm_delete=Are you sure to delete this app?
 appmanager_delete_success=App Deleted Successfully
 appmanager_management=Manage Installed Apps
-appmanager_appname=Application Name
+appmanager_appname=Application name
 appmanager_you_have_no_apps_installed=You have no apps installed at the moment

=== modified file 'dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/javascript/uploadApp.js'
--- dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/javascript/uploadApp.js	2013-05-24 12:05:28 +0000
+++ dhis-2/dhis-web/dhis-web-appmanager/src/main/webapp/dhis-web-appmanager/javascript/uploadApp.js	2013-06-10 15:57:47 +0000
@@ -21,7 +21,7 @@
                     jQuery(".ui-progressbar-value").html('');
                     jQuery("#progressbar").hide();
                 }, 4000);
-                jQuery.growlUI( JSON.parse(xhr.responseText).response, JSON.parse(xhr.responseText).message, JSON.parse(xhr.responseText).response, 2000 );
+                setHeaderDelayMessage(JSON.parse(xhr.responseText).message);
                 jQuery("#uploadPackageForm")[0].reset();
             }
         };