------------------------------------------------------------ revno: 20434 committer: Halvdan Hoem Grelland <[email protected]> branch nick: dhis2 timestamp: Thu 2015-10-01 14:37:19 +0200 message: Indentation consistency 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 2015-10-01 12:35:14 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/select.vm 2015-10-01 12:37:19 +0000 @@ -64,9 +64,9 @@ <h3 id="moduleHeader">$i18n.getString( "data_entry" ) #openHelp( "dataEntry" )</h3> <div id="currentSelection"> - <span id="closeCurrentSelection"><img src="../images/hide.png" title="$i18n.getString( 'close' )" onclick="closeCurrentSelection()"></span> - <span id="currentOrganisationUnit">$i18n.getString( "no_organisationunit_selected" )</span> - <span id="currentPeriod">$i18n.getString( "no_period_selected" )</span/> - - <span id="currentDataElement">$i18n.getString( "no_dataelement_selected" )</span> + <span id="closeCurrentSelection"><img src="../images/hide.png" title="$i18n.getString( 'close' )" onclick="closeCurrentSelection()"></span> + <span id="currentOrganisationUnit">$i18n.getString( "no_organisationunit_selected" )</span> - <span id="currentPeriod">$i18n.getString( "no_period_selected" )</span/> - + <span id="currentDataElement">$i18n.getString( "no_dataelement_selected" )</span> </div> <div id="actions"> @@ -123,26 +123,26 @@ <div id="completedByDiv" class="page"> <h3><span id="userFullName"></span></h3> <table> - <tr> - <td><label>$i18n.getString( "username" ):</label></td> - <td><span id="userUsername"></span></td> - </tr> - <tr> - <td><label>$i18n.getString( "email" ):</label></td> - <td><span id="userEmail"></span></td> - </tr> - <tr> - <td><label>$i18n.getString( "phone_number" ):</label></td> - <td><span id="userPhoneNumber"></span></td> - </tr> - <tr> - <td><label>$i18n.getString( "organisation_units" ):</label></td> - <td><span id="userOrganisationUnits"></span></td> - </tr> - <tr> - <td><label>$i18n.getString( "user_roles" ):</label></td> - <td><span id="userUserRoles"></span></td> - </tr> + <tr> + <td><label>$i18n.getString( "username" ):</label></td> + <td><span id="userUsername"></span></td> + </tr> + <tr> + <td><label>$i18n.getString( "email" ):</label></td> + <td><span id="userEmail"></span></td> + </tr> + <tr> + <td><label>$i18n.getString( "phone_number" ):</label></td> + <td><span id="userPhoneNumber"></span></td> + </tr> + <tr> + <td><label>$i18n.getString( "organisation_units" ):</label></td> + <td><span id="userOrganisationUnits"></span></td> + </tr> + <tr> + <td><label>$i18n.getString( "user_roles" ):</label></td> + <td><span id="userUserRoles"></span></td> + </tr> </table> </div>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

