where can I find the admin cp functions for building the tables/tds/titles etc html?
I was able to find
print_cp_header($vbphrase['view_permissions']);
print_table_footer();
print_cp_footer();
which does
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<title>test - vBulletin Admin Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="../cpstyles/vBulletin_3_Default/controlpanel.css" />
<script type="text/javascript">var SESSIONHASH = "";</script>
<script type="text/javascript" src="../clientscript/vbulletin_global.js"></script>
</head>
<body style="margin:0px" onload="set_cp_title();">
<!-- END CONTROL PANEL HEADER -->
</form>
<!-- form ended: 6 queries executed -->
<!-- START CONTROL PANEL FOOTER -->
<p align="center"><a href="http://www.vbulletin.com/" target="_blank" class="copyright">vBulletin v3.5.0 Beta 1, Copyright ©2000-2005, Jelsoft Enterprises Ltd.</a></p>
</div>
</body>
</html>
any clue on the code to make the tables that goes inside those? do I have to get the html code scattered in the admin cp php files?
nice automerge doublepost