CDR: Hide Missed Calls button after clicked. Visual adjustment when top paging buttons aren't present.

Contacts: Visual adjustment when top paging buttons aren't present.
This commit is contained in:
Nate Jones
2015-04-01 09:06:02 +00:00
parent 5077ee1179
commit 4764516894
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -206,7 +206,9 @@ else {
}
echo " </form>\n";
echo " </td>\n";
echo " <td valign='middle' nowrap style='padding-left: 15px;'>".$paging_controls_mini."</td>\n";
if ($paging_controls_mini != '') {
echo " <td valign='middle' nowrap style='padding-left: 15px;'>".$paging_controls_mini."</td>\n";
}
echo " </tr>\n";
echo " </table>\n";
echo " </td>\n";