CFGPRO : bug div are still hidden
This commit is contained in:
parent
6e1b6d8d27
commit
343c7b700b
1 changed files with 4 additions and 4 deletions
|
|
@ -35,12 +35,12 @@ $add_one=HtmlInput::button("add", "Ajout Menu","onclick=\"add_menu({dossier:$gDo
|
|||
echo HtmlInput::hidden('tab','');
|
||||
?>
|
||||
<hr>
|
||||
<h1>Profil <?=$profile->p_name?></h1>
|
||||
<a href="javascript:void(0)" class="line" onclick="profile_show('profile_gen_div')"><?=_('Nom')?></a>
|
||||
<a href="javascript:void(0)" class="line" onclick="profile_show('profile_menu_div')"><?=_('Détail Menus')?></a>
|
||||
<a href="javascript:void(0)" class="line" onclick="profile_show('profile')"><?=_('Détail Impressions')?></a>
|
||||
<a href="javascript:void(0)" class="line" style="" onclick="profile_show('profile')"><?=_('Action Gestion')?> </a>
|
||||
<a href="javascript:void(0)" class="line" onclick="profile_show('profile')"><?=_('Dépôts')?></a>
|
||||
<h1>Profil <?=$profile->p_name?></h1>
|
||||
<a href="javascript:void(0)" class="line" onclick="profile_show('profile_print_div')"><?=_('Détail Impressions')?></a>
|
||||
<a href="javascript:void(0)" class="line" style="" onclick="profile_show('profile_gestion_div')"><?=_('Action Gestion')?> </a>
|
||||
<a href="javascript:void(0)" class="line" onclick="profile_show('profile_repo_div')"><?=_('Dépôts')?></a>
|
||||
|
||||
<?
|
||||
$id=HtmlInput::hidden('p_id',$profile->p_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue