Modification ergonomie
This commit is contained in:
parent
63bfe88442
commit
29bcd7cdba
|
@ -47,7 +47,7 @@ else {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_array($r)) {
|
if (!is_array($r)) {
|
||||||
echo "<p><a href=\"hta_add.php\">"._("Protect a folder")."</a><br />";
|
echo "<p><span class=\"ina\"<a href=\"hta_add.php\">"._("Protect a folder")."</a></span><br />";
|
||||||
$mem->show_help("hta_list");
|
$mem->show_help("hta_list");
|
||||||
echo "</p>";
|
echo "</p>";
|
||||||
include_once("foot.php");
|
include_once("foot.php");
|
||||||
|
@ -84,8 +84,8 @@ for($i=0;$i<count($r);$i++){
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
<br />
|
<br />
|
||||||
<input type="submit" class="inb" name="submit" value="<?php __("Unprotect the checked folders"); ?>" />
|
<input type="submit" class="ina" name="submit" value="<?php __("Unprotect the checked folders"); ?>" />
|
||||||
<span class="inb"><a href="hta_add.php"><?php __("Protect a folder"); ?></a></span>
|
<span class="ina"><a href="hta_add.php"><?php __("Protect a folder"); ?></a></span>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue