correction affichage
This commit is contained in:
parent
2b2e3119f3
commit
82ec3e1d53
@ -261,8 +261,11 @@ foreach ($this->prefsLib as $code => $lib) {
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if ( $this->options->idClient == 1 && !in_array('edition',$this->droits) ) { ?>
|
||||
<h2>Mode spéciaux</h2>
|
||||
<div class="paragraph">
|
||||
<div class="infoTitle StyleInfoLib">Mode Edition</div>
|
||||
<div class="infoData last">
|
||||
<?php
|
||||
@ -274,9 +277,9 @@ if ( $this->options->modeEdition==true ) {
|
||||
<input type="checkbox" name="modeEdition" value="1"<?=$check?> class="noborder"/>
|
||||
<span id="msgModeEdition"></span>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<div class="submit"><p class="submit-button"><input type="submit" class="button" value="Sauver"/></p></div>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user