Added content card to applications (#7121)

This commit is contained in:
Alex
2024-09-05 16:10:04 -07:00
committed by GitHub
parent 54565ede41
commit cb6edd88ef
100 changed files with 467 additions and 260 deletions

View File

@@ -463,6 +463,7 @@
echo "<input type='hidden' id='action' name='action' value=''>\n";
echo "<input type='hidden' name='search' value=\"".escape($search)."\">\n";
echo "<div class='card'>\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
$col_count = 0;
@@ -584,6 +585,7 @@
}
echo "</table>\n";
echo "</div>\n";
echo "<br />\n";
echo "<div align='center'>".$paging_controls."</div>\n";