Multiple Apps: Integrate content cards.
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
}
|
||||
|
||||
//list the agents
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table class='list'>\n";
|
||||
echo "<tr class='list-header'>\n";
|
||||
echo "<th>".$text['label-name']."</th>\n";
|
||||
@@ -270,6 +271,7 @@
|
||||
} //foreach
|
||||
} //if
|
||||
echo "</table>\n\n";
|
||||
echo "</div>\n";
|
||||
|
||||
//add vertical spacing
|
||||
echo "<br /><br /><br />";
|
||||
@@ -310,6 +312,7 @@
|
||||
echo $text['description-queue']."\n";
|
||||
echo "<br /><br />\n";
|
||||
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table class='list'>\n";
|
||||
echo "<tr class='list-header'>\n";
|
||||
echo "<th>".$text['label-time']."</th>\n";
|
||||
@@ -382,6 +385,7 @@
|
||||
}
|
||||
}
|
||||
echo "</table>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
echo $text['description-active_call_center']."\n";
|
||||
echo "<br /><br />\n";
|
||||
|
||||
echo "<div class='card'>\n";
|
||||
echo "<table class='list'>\n";
|
||||
echo "<tr class='list-header'>\n";
|
||||
echo th_order_by('queue_name', $text['label-queue_name'], $order_by, $order);
|
||||
@@ -150,6 +151,7 @@
|
||||
}
|
||||
|
||||
echo "</table>\n";
|
||||
echo "</div>\n";
|
||||
echo "<br />\n";
|
||||
echo "<div align='center'>".$paging_controls."</div>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user