supprime le système d'aide interne
This commit is contained in:
parent
ebe76fad2a
commit
ec8ead747a
@ -490,26 +490,6 @@ $(document).ready(function(){
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
|
||||||
* Active le système d'aide interne
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$(".buttonHelp").click(function() {
|
|
||||||
$(".helpDisplayContent").slideToggle();
|
|
||||||
/**
|
|
||||||
if( $(".buttonHelp").css('opacity') > '0.75'){
|
|
||||||
$(".buttonHelp").css('opacity','0.5');
|
|
||||||
}
|
|
||||||
else{
|
|
||||||
$(".buttonHelp").css('opacity','1');
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
});
|
|
||||||
|
|
||||||
$(".helpDisplayContent").click(function() {
|
|
||||||
$(".helpDisplayContent").slideToggle();
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove ID Facebook from URL
|
* Remove ID Facebook from URL
|
||||||
|
@ -1743,22 +1743,6 @@ th.col12 {
|
|||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Système d'aide */
|
|
||||||
|
|
||||||
.helpDisplayContent {
|
|
||||||
display: none;
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px 10px;
|
|
||||||
-webkit-box-shadow: 5px 5px 11px 0px #222222;
|
|
||||||
box-shadow: 5px 5px 11px 0px #222222;
|
|
||||||
border-radius: 5px;
|
|
||||||
z-index: 30;
|
|
||||||
}
|
|
||||||
|
|
||||||
.helpDisplayContent, .helpDisplayButton {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Bannière masquable en petit écran*/
|
/* Bannière masquable en petit écran*/
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.bannerDisplay{
|
.bannerDisplay{
|
||||||
|
@ -30,10 +30,6 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Aide à propos de la gestion des modules, view index -->
|
|
||||||
<div class="helpDisplayContent">
|
|
||||||
<?php echo file_get_contents( 'core/module/addon/view/index/index.help.html') ;?>
|
|
||||||
</div>
|
|
||||||
<?php if($module::$modInstal): ?>
|
<?php if($module::$modInstal): ?>
|
||||||
<?php echo template::table([2, 2, 2, 2, 1, 1, 1], $module::$modInstal, ['Module installé', 'Alias', 'Version', 'Page(s)', 'Supprimer', 'Exporter', 'Importer']); ?>
|
<?php echo template::table([2, 2, 2, 2, 1, 1, 1], $module::$modInstal, ['Module installé', 'Alias', 'Version', 'Page(s)', 'Supprimer', 'Exporter', 'Importer']); ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user