Commit 95ed1a45 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) add show_all_help_page to system_camanager.php

parent 4d45d2f0
......@@ -486,8 +486,15 @@ $main_buttons = array(
<input type="hidden" name="act" id="action" value="<?=$act;?>"/>
<table class="table table-striped">
<tr>
<td width="22%"><?=gettext("Descriptive name");?></td>
<td width="78%">
<td width="22%"></td>
<td width="78%" align="right">
<small><?=gettext("full help"); ?> </small>
<i class="fa fa-toggle-off text-danger" style="cursor: pointer;" id="show_all_help_page" type="button"></i></a>
</td>
</tr>
<tr>
<td><?=gettext("Descriptive name");?></td>
<td>
<input name="descr" type="text" id="descr" size="20" value="<?=$pconfig['descr'];?>"/>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment