← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9844: select none as default public sharing property

 

------------------------------------------------------------
revno: 9844
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-02-19 19:04:37 +0700
message:
  select none as default public sharing property
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.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/macros.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm	2013-02-19 11:33:28 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm	2013-02-19 12:04:37 +0000
@@ -520,7 +520,7 @@
                 <td style="width: 300px;">Public Access</td>
                 <td>
                     <select id="sharingPublicAccess" style="width: 150px;">
-                        <option value="--------">None</option>
+                        <option selected="selected" value="--------">None</option>
                         <option value="r-------">Read Only</option>
                         <option value="rw------">Read and Write</option>
                     </select>