← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2199: Removed south africa theme. Added some rounded corners to intro page

 

------------------------------------------------------------
revno: 2199
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2010-11-28 20:45:45 +0100
message:
  Removed south africa theme. Added some rounded corners to intro page
removed:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/dom.js
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/head.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_background.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_banner.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_left.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_right.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_separator.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/south_africa.css
modified:
  dhis-2/dhis-services/dhis-service-options/src/main/resources/META-INF/dhis/beans.xml
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties


--
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-services/dhis-service-options/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-services/dhis-service-options/src/main/resources/META-INF/dhis/beans.xml	2010-11-28 17:40:26 +0000
+++ dhis-2/dhis-services/dhis-service-options/src/main/resources/META-INF/dhis/beans.xml	2010-11-28 19:45:45 +0000
@@ -210,10 +210,6 @@
           <value>vista/vista.css</value>
         </entry>
         <entry>
-          <key><value>south_africa</value></key>
-          <value>south_africa/south_africa.css</value>
-        </entry>
-        <entry>
           <key><value>india</value></key>
           <value>india/india.css</value>
         </entry>

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css	2010-07-04 19:18:12 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/blue/blue.css	2010-11-28 19:45:45 +0000
@@ -408,6 +408,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -415,6 +417,8 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
@@ -422,3 +426,4 @@
   color: #3c533c;
   font-weight: bold;
 }
+

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2010-07-04 19:18:12 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2010-11-28 19:45:45 +0000
@@ -407,6 +407,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -414,6 +416,8 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
@@ -421,3 +425,4 @@
   color: #3c533c;
   font-weight: bold;
 }
+

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2010-07-04 19:18:12 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/india/india.css	2010-11-28 19:45:45 +0000
@@ -407,6 +407,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -414,6 +416,8 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
@@ -421,3 +425,4 @@
   color: #3c533c;
   font-weight: bold;
 }
+

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2010-08-24 10:20:32 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/light_blue/light_blue.css	2010-11-28 19:45:45 +0000
@@ -410,6 +410,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -417,10 +419,13 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
 {
   color: #3c533c;
   font-weight: bold;
-}
\ No newline at end of file
+}
+

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css	2010-07-04 19:18:12 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/openhealth/openhealth.css	2010-11-28 19:45:45 +0000
@@ -407,6 +407,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -414,6 +416,8 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
@@ -421,3 +425,4 @@
   color: #3c533c;
   font-weight: bold;
 }
+

=== removed directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa'
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/dom.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/dom.js	2010-07-01 03:25:19 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/dom.js	1970-01-01 00:00:00 +0000
@@ -1,33 +0,0 @@
-
-$( document ).ready( function()
-{        
-  $( "li.menuDropDownItem" ).mouseover( function() // Over dropdown item
-  {
-    $( this ).css( "background-color", "#ffcc34" );
-    $( this ).css( "border", "1px solid #ffffff" );
-  });
-  
-  $( "li.menuDropDownItem" ).mouseout( function() // Out dropdown item
-  {
-    $( this ).css( "background-color", "#405f43" );
-    $( this ).css( "border", "1px solid #405f43" );
-  });
-  
-  $( "li.introItem" ).mouseover( function() // Over intro item
-  {
-    $( this ).css( "background-color", "#a4d2a3" );
-    $( this ).css( "border", "1px solid #ffffff" );
-  });
-  
-  $( "li.introItem" ).mouseout( function() // Out intro item
-  {
-    $( this ).css( "background-color", "#d5efd5" );
-    $( this ).css( "border", "1px solid #d5efd5" );
-  });
-});
-
-// Called from main/Leftbar
-function setMainPageNormal()
-{
-	document.getElementById( 'mainPage' ).style.marginLeft = '300px';
-}

=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/head.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/head.png	2010-01-26 19:47:38 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/head.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_background.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_background.png	2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_background.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_banner.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_banner.png	2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_banner.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_left.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_left.png	2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_left.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_right.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_right.png	2009-07-07 18:31:34 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_right.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_separator.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_separator.png	2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/logo_separator.png	1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/south_africa.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/south_africa.css	2010-08-24 10:20:32 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/south_africa/south_africa.css	1970-01-01 00:00:00 +0000
@@ -1,421 +0,0 @@
-
-/*----------------------------------------------------------------------------*/
-/* General                                                                    */
-/*----------------------------------------------------------------------------*/
-
-* 
-{
-  font-family: arial, sans-serif;
-  line-height: 125%;
-}
-
-html,body 
-{
-  margin: 0px;
-  padding: 0px;
-  background-color: white;
-}
-
-img 
-{
-  border: 0;
-}
-
-ul,ol 
-{
-  padding: 0px;
-}
-
-/*----------------------------------------------------------------------------*/
-/* Header                                                                     */
-/*----------------------------------------------------------------------------*/
-
-div#header
-{
-  background-image: url('logo_background.png');
-  background-repeat: repeat-x;
-  height: 83px;
-  position: absolute;
-  top: 0px;
-  left: 10px;
-  right: 10px;
-}
-
-img#header1
-{
-  float: left;
-}
-
-img#header2
-{
-  position: absolute;
-  left: 50px;
-}
-
-img#header3
-{
-  float: right;
-}
-
-img#menuSeparator1
-{
-  position: absolute;
-  top: 0px;
-  left: 570px;
-}
-
-img#menuSeparator2
-{
-  position: absolute;
-  top: 0px;
-  left: 670px;
-}
-
-img#menuSeparator3
-{
-  position: absolute;
-  top: 0px;
-  left: 770px;
-}
-
-img#menuSeparator4
-{
-  position: absolute;
-  top: 0px;
-  left: 870px;
-}
-
-img#menuSeparator5
-{
-  position: absolute;
-  top: 0px;
-  left: 970px;
-}
-
-.menuLink
-{
-  height: 68px;
-  width: 98px;
-  font-size: 12px;
-  color: #ffffff;
-  font-weight: bold;
-  text-align: center;
-  line-height: 59px;
-  cursor: pointer;
-}
-
-div#menuLink1
-{
-  position: absolute;
-  top: 7px;
-  left: 572px;
-}
-
-div#menuLink2
-{
-  position: absolute;
-  top: 7px;
-  left: 672px;
-}
-
-div#menuLink3
-{
-  position: absolute;
-  top: 7px;
-  left: 772px;
-}
-
-div#menuLink4
-{
-  position: absolute;
-  top: 7px;
-  left: 872px;
-}
-
-span#headerText
-{
-  position: absolute;
-  top: 25px;
-  left: 228px;
-  font-weight: lighter;
-  color: white;
-  font-size: 13pt;
-}
-
-div#popupHeader 
-{
-  background-color: #425073;
-  height: 34px;
-  width: 100%;
-  position: absolute;
-  top: 0px;
-  left: 0px;
-  border-bottom: 1px solid #202020;
-}
-
-span#popupHeaderText
-{
-  position: absolute;
-  top: 3px;
-  left: 30px;
-  font-size: 14px;
-  color: white;
-  margin: 5px;
-}
-
-div#menuDropDown1
-{
-  position: absolute;
-  top: 76px;
-  left: 570px;
-}
-
-div#menuDropDown2
-{
-  position: absolute;
-  top: 76px;
-  left: 670px;
-}
-
-div#menuDropDown3
-{
-  position: absolute;
-  top: 76px;
-  left: 770px;
-}
-
-.menuDropDownArea
-{
-  font-size: 12px;
-  color: #ffffff;
-  border: 1px solid #282c35;
-  padding-left: 5px;
-  padding-right: 5px;
-  width: 191px;
-  background-color: #405f43;
-  display: none;
-  z-index: 10;
-  filter: alpha(opacity=90);
-  opacity: 0.90;
-}
-
-.menuDropDownBox
-{
-  list-style-type:none;
-}
-
-.menuDropDownItem
-{
-  padding-top: 5px;
-  padding-left: 10px;
-  padding-bottom: 5px;
-  padding-right: 10px;
-  border: 1px solid #405f43;
-  cursor: pointer;
-}
-
-/*----------------------------------------------------------------------------*/
-/* Left bar                                                                   */
-/*----------------------------------------------------------------------------*/
-
-#leftBar
-{
-  background-color: #405f43;
-  height: 472px;
-  width: 250px;
-  float: left;
-  position: absolute;
-  top: 85px;
-  left: 10px;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #343a47;
-  filter: alpha(opacity=90);
-  opacity: 0.90;
-}
-
-#leftBarContents
-{
-  color: black;
-  font-size: 12px;
-}
-
-#leftBarContents h2
-{
-  font-size: 14px;
-  margin-top: 16px;
-  margin-right: 17px;
-  margin-left: 17px;
-  background-color: #ffcc34;
-  padding-top: 5px;
-  padding-bottom: 5px;
-  padding-left: 10px;
-  color: white;
-  border-style: solid;  
-  border-width: 1px;
-  border-color: #ffffff;
-}
-
-#leftBarContents ul
-{
-  margin-left: 40px;
-  list-style-type: square;
-  color: white;
-}
-
-#leftBarContents a
-{
-  color: white;
-  text-decoration: none;
-}
-
-#leftBarContents a:hover
-{
-  color: #D1D3FF;
-}
-
-/*----------------------------------------------------------------------------*/
-/* Main page                                                                  */
-/*----------------------------------------------------------------------------*/
-
-.mainPageTable 
-{
-  width: 100%;
-}
-
-.page 
-{
-  font-size: 9pt;
-}
-
-.page h1 
-{
-  font-size: 16pt;
-  font-weight: lighter;
-  color: #606060;
-}
-
-.page h2 
-{
-  font-size: 15pt;
-  font-weight: lighter;
-  color: #606060;
-}
-
-.page h3 
-{
-  font-size: 14pt;
-  font-weight: lighter;
-  color: #606060;
-}
-
-.page h4 
-{
-  font-size: 13pt;
-  font-weight: lighter;
-  color: #606060;
-}
-
-.page h5 
-{
-  font-size: 12pt;
-  font-weight: lighter;
-  color: #606060;
-}
-
-.page h6 
-{
-  font-size: 11pt;
-  font-weight: lighter;
-  color: #606060;
-}
-
-.page p,.page td,.page th,.page input,.page select,.page textarea 
-{
-  font-size: 9pt;
-}
-
-.page th, thead tr 
-{
-  background-image: url('head.png');
-  background-repeat: repeat-x;
-  text-align: left;
-  color: #3f5d8e;
-  border-style: solid;
-  border-width: 1px;
-  border-color: #99bbe8;
-  padding-left: 7px;
-  height: 19px;
-}
-
-#mainPage 
-{
-  margin: 102px 10px 10px 300px;
-}
-
-#popupPage 
-{
-  margin: 50px 10px 10px 10px;
-}
-
-.required 
-{
-  font-style: normal;
-  color: #ff0000;
-}
-
-.listTable
-{
-  width: 100%;
-  border-collapse: collapse;
-}
-
-.listTable td
-{
-  padding: 2px;
-}
-
-.listRow
-{
-  border-bottom: 1px solid #cad5e5;
-}
-
-.listAlternateRow
-{
-  border-bottom: 1px solid #cad5e5;
-  background-color: #ebf0f6;
-}
-
-.listHoverRow
-{
-  background-color: #dfe9f4;
-}
-
-/*----------------------------------------------------------------------------*/
-/* Intro                                                                      */
-/*----------------------------------------------------------------------------*/
-
-.introList
-{    
-  list-style-type:none;
-  width: 450px;
-  background-color: #d5efd5;
-  border: 1px solid #a4d2a3;
-  padding-top: 15px;
-  padding-bottom: 20px;
-  padding-left: 5px;
-  padding-right: 5px;
-}
-	
-.introItem
-{
-  padding: 15px;
-  cursor: pointer;
-  border: 1px solid #d5efd5;
-}
-
-.introItemHeader
-{
-  color: #3c533c;
-  font-weight: bold;
-}

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2010-08-24 10:20:32 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vietnam/vietnam.css	2010-11-28 19:45:45 +0000
@@ -402,6 +402,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -409,6 +411,8 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
@@ -416,3 +420,4 @@
   color: #3c533c;
   font-weight: bold;
 }
+

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css	2010-08-24 10:20:32 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/vista/vista.css	2010-11-28 19:45:45 +0000
@@ -406,6 +406,8 @@
   padding-bottom: 20px;
   padding-left: 5px;
   padding-right: 5px;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 	
 .introItem
@@ -413,6 +415,8 @@
   padding: 15px;
   cursor: pointer;
   border: 1px solid #d5efd5;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;
 }
 
 .introItemHeader
@@ -420,3 +424,4 @@
   color: #3c533c;
   font-weight: bold;
 }
+

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties	2010-11-28 17:40:26 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/resources/org/hisp/dhis/settings/i18n_module.properties	2010-11-28 19:45:45 +0000
@@ -29,7 +29,6 @@
 openhealth = OpenHealth
 green = Green
 vista = Vista
-south_africa = South Africa
 flag = Flag
 no_flag = No flag
 ethiopia = Ethiopia