← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15354: Event capture, reduced size of headers

 

------------------------------------------------------------
revno: 15354
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-05-22 11:41:34 +0200
message:
  Event capture, reduced size of headers
modified:
  dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html


--
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-event-capture/src/main/webapp/dhis-web-event-capture/index.html'
--- dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html	2014-05-22 09:16:14 +0000
+++ dhis-2/dhis-web/dhis-web-event-capture/src/main/webapp/dhis-web-event-capture/index.html	2014-05-22 09:41:34 +0000
@@ -162,10 +162,9 @@
             </div>
             
             <div class="page" id="mainPage">
-                <h1>
+                <h3>
                     {{'event_capture'| translate}}
-                    <a href ng-click="getHelpContent()" title="{{'help'| translate}}"><i class="fa fa-question-circle"></i></a>
-                </h1>
+                </h3>
                 
                 <!-- selection begins-->
                 <div>
@@ -213,19 +212,19 @@
                     <img src="../images/ajax-loader-bar.gif" ng-if="!eventFetched"/>
                     <div ng-switch="eventLength">                        
                         <div ng-switch-when="undefined">
-                            <h2>
+                            <h4>
                                 {{'empty_event_list'| translate}}
-                            </h2>
+                            </h4>
                         </div>                        
                         <div ng-switch-when="0">  
-                            <h2 ng-if="eventFetched">
+                            <h4 ng-if="eventFetched">
                                 {{'empty_event_list'| translate}}
-                            </h2>
+                            </h4>
                         </div>
                         <div ng-switch-default>
-                            <h2>
+                            <h4>
                                 {{'registered_events'| translate}}                                                 
-                            </h2>
+                            </h4>
                             
                             <!-- context menu for event grid -->
                             <div id="contextMenu" class="contextMenu" style="width: 180px;">
@@ -404,9 +403,9 @@
                 <!-- event update in full begins-->
                 <form name="outerFormUpdate" novalidate>
                     <div ng-if="editingEventInFull">
-                        <h2>
+                        <h3>
                             {{'update_event'| translate}}                                                 
-                        </h2>                                           
+                        </h3>                                           
                         <div class="bordered-div" style="width:50%;">
                             <table class="dhis2-list-table-striped">                    
                                 <thead>                        
@@ -491,9 +490,9 @@
                 <!-- event registration begins -->
                 <form name="outerForm" novalidate>
                     <div ng-if="eventRegistration">
-                        <h2>
+                        <h3>
                             {{'new_event'| translate}}                                                 
-                        </h2>   
+                        </h3>   
                         <div class="bordered-div" style="width:50%;">                            
                             <table class="dhis2-list-table-striped">                    
                                 <thead>