1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Update lancheck.php

Button optimization
This commit is contained in:
Gábor
2017-02-18 11:13:52 +01:00
committed by GitHub
parent 07ee77dc7d
commit fffba72c9f

View File

@@ -1383,7 +1383,7 @@ class lancheck
$editUrl = e_REQUEST_SELF."?".http_build_query($parms,'&');
$text .="<td class='center' style='width:5%'>
<a href='".$editUrl."' data-modal-caption='".$subpath."' class='e-modal btn btn-primary' type='button' style='width:60px'>".LAN_EDIT."</a>";
<a href='".$editUrl."' data-modal-caption='".$subpath."' class='e-modal btn btn-primary' type='button' style='width:auto'>".LAN_EDIT."</a>";
$text .="</td></tr>";
}