mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Update lancheck.php
Button optimization
This commit is contained in:
@@ -1383,7 +1383,7 @@ class lancheck
|
|||||||
|
|
||||||
$editUrl = e_REQUEST_SELF."?".http_build_query($parms,'&');
|
$editUrl = e_REQUEST_SELF."?".http_build_query($parms,'&');
|
||||||
$text .="<td class='center' style='width:5%'>
|
$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>";
|
$text .="</td></tr>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user