cleanup and some refactoring

This commit is contained in:
Nuno Miguel Reis
2012-10-09 03:45:34 +00:00
parent ca52873904
commit 3d229ca9c0
27 changed files with 666 additions and 677 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ require_once "includes/paging.php";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo th_order_by('broadcast_name', $content_broadcast['label-name'], $order_by, $order);
echo th_order_by('broadcast_concurrent_limit', $content_broadcast['label-concurrentlimit'], $order_by, $order);
echo th_order_by('broadcast_concurrent_limit', $content_broadcast['label-concurrent-limit'], $order_by, $order);
echo th_order_by('broadcast_description', $content_broadcast['label-description'], $order_by, $order);
//echo th_order_by('recordingid', 'Recording', $order_by, $order);
echo "<td align='right' width='42'>\n";
@@ -116,7 +116,7 @@ require_once "includes/paging.php";
echo " <a href='v_call_broadcast_edit.php?id=".$row['call_broadcast_uuid']."' alt='edit'>$v_link_label_edit</a>\n";
}
if (permission_exists('call_broadcast_delete')) {
echo " <a href='v_call_broadcast_delete.php?id=".$row['call_broadcast_uuid']."' alt='delete' onclick=\"return confirm('".$content_broadcast['confirm-deleteinfo']."')\">$v_link_label_delete</a>\n";
echo " <a href='v_call_broadcast_delete.php?id=".$row['call_broadcast_uuid']."' alt='delete' onclick=\"return confirm('".$content_broadcast['confirm-delete-info']."')\">$v_link_label_delete</a>\n";
}
echo " </td>\n";
echo "</tr>\n";