Ignore:
Timestamp:
06/28/16 13:30:02 (8 years ago)
Author:
nanardon
Message:

Show account active using status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/summary/accage/index.tt

    r1711 r1797  
    22<label for=sort>Trier par</label> 
    33<select name="sort"> 
    4 <option value=active 
     4<option value=status 
    55    [% "selected" IF c.req.param('sort') == 'active' %]>[% l('Active/Non active') | html %]</option> 
    66<option value=department 
     
    4848                seriesDefaults: { 
    4949                    renderer: $.jqplot.BarRenderer, 
    50                     lineWidth: 2, 
     50                    lineWidth: 1, 
    5151                    pointLabels: {show: true}, 
    5252                    rendererOptions: { 
    5353                        padding: 1, 
    54                         sliceMargin: 2, 
     54                        sliceMargin: 1, 
    5555                        showDataLabels: true, 
    5656                        smooth: true, 
    57                         barPadding: 8, 
     57                        barPadding: 1, 
    5858                    }, 
    5959                    //markerOptions:{style:'square'} 
Note: See TracChangeset for help on using the changeset viewer.