Subversion Repositories wimsdev

Rev

Rev 9028 | Rev 11974 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4635 bpr 1
!!can be used to add items on the menu.
2
!!The variable is wims_local_menu_items
3
!! delete the extension template
4
!!example :
9028 guerimand 5
!!  !if $wims_class!= and $wims_user=supervisor and $module=adm/class/usermanage
10250 bpr 6
!!   !set wims_local_menu_items=!append line itemsep,0,\
4635 bpr 7
!!    Annuaire,1,module=adm/local/usersearch to $wims_local_menu_items
8
!!  !endif