mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Try again to get the position right.
This commit is contained in:
@@ -177,8 +177,8 @@ else {
|
||||
echo " <table width='100%' cellpadding='0' cellspacing='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <td width='33.3%' nowrap='nowrap'> </td>\n";
|
||||
echo " <td colspan='2' align='center' nowrap='nowrap'>$paging_controls</td>\n";
|
||||
echo " <td width='33.3%' class='list_control_icons' nowrap='nowrap'>";
|
||||
echo " <td colspan='3' align='center' nowrap='nowrap'>$paging_controls</td>\n";
|
||||
echo " <td width='33.3%' class='list_control_icons'>";
|
||||
if (permission_exists('var_add')) {
|
||||
echo "<a href='var_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user