Skip to content

Commit

Permalink
Updating table class
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Aug 23, 2011
1 parent e979973 commit 6ad3862
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion admin/pages/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function content() { # Displays the page
echo '<input type="submit" name="clean" id="clean" value="Clean Logs" />';
echo '</form>';

echo '<table width="100%" class="content_table" cellspacing="2" cellpadding="2" ><tr bgcolor="#EEEEEE">';
echo '<table class="common-table zebra-striped"><tr bgcolor="#EEEEEE">';
echo "<th width=\"75\" align=\"center\" style=\"border-collapse: collapse\" bordercolor=\"#000000\">Date</td>";
echo "<th width=\"60\" align=\"center\" style=\"border-collapse: collapse\" bordercolor=\"#000000\">Time</td>";
echo "<th width=\"75\" align=\"center\" style=\"border-collapse: collapse\" bordercolor=\"#000000\">Username</td>";
Expand Down
2 changes: 1 addition & 1 deletion includes/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public function search() {
$query = $db->query($sql);
$rownum = $db->num_rows($query);

echo '<table class="content_table" width="100%" border="0" cellpadding="0" cellspacing="2">
echo '<table class="common-table" width="100%" border="0" cellpadding="0" cellspacing="2">
<tr>
<th width="250px">User</th>
<th width="250px">Status</th>
Expand Down
2 changes: 1 addition & 1 deletion includes/tpl/orders/admin-page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function filter() {


<div id="pagination_loading" ></div>
<table class="content_table" width="100%" border="0" cellspacing="3" cellpadding="0">
<table class="common-table" width="100%" border="0" cellspacing="3" cellpadding="0">
<thead>
<tr>
<th width="30px"><div align="left"><b>&nbsp;No.</b></div></td>
Expand Down
2 changes: 1 addition & 1 deletion includes/tpl/orders/client-page.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>From here you can see all your Orders.</p>
<ERRORS>
<table class="content_table" width="100%" border="0" cellspacing="3" cellpadding="0">
<table class="common-table" width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<th width="5%"><div align="left"><b>&nbsp;No.</b></div></td>
<th>
Expand Down
5 changes: 4 additions & 1 deletion includes/tpl/orders/view-client.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div class="page-header">
<h2>Order #%ID%</h2>
</div>

<ERRORS>
<table class="content" width="100%" border="0" cellspacing="2" cellpadding="0">
<table class="common-table zebra-striped">
<tr>
<td class="label">User:</td>
<td>
Expand Down
12 changes: 7 additions & 5 deletions includes/tpl/support/acpbox.tpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="subborder">
<div class="sub">
<table width="100%" class="content_table" border="0" cellspacing="2" cellpadding="0">
<table width="100%" class="common-table" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="92%"><strong>%NAME%</strong><br />%DESCRIPTION%</td>

<td valign="middle" align="center" >
<a href="Javascript:editme('%ID%')"><img src="<ICONDIR>pencil.png" /></a>&nbsp;<a href="?page=kb&sub=%LINK%&del=%ID%"><img src="<ICONDIR>cross.png" /></a>
<td width="92%"><strong>%NAME%</strong><br />%DESCRIPTION%</td>
<td valign="middle" align="center">
<a href="Javascript:editme('%ID%')">
<img src="<ICONDIR>pencil.png" /></a>&nbsp;
<a href="?page=kb&sub=%LINK%&del=%ID%">
<img src="<ICONDIR>cross.png" /></a>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion includes/tpl/support/acpticketviewbox.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="subborder" id="ticket-%ID%">
<table class="content_table" width="100%" border="0" cellspacing="0" cellpadding="0">
<table class="common-table" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="%URGCOLOR%">
<td width="5px">
<a href="?page=tickets&sub=view&do=%ID%">#%ID%</a>
Expand Down
2 changes: 1 addition & 1 deletion includes/tpl/support/artbox.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="subborder">
<div class="sub">
<table width="100%" class="content_table" border="0" cellspacing="2" cellpadding="0">
<table width="100%" class="common-table" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="94%"><strong><a href="?page=kb&art=%ID%">%NAME%</a></strong></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion includes/tpl/support/catbox.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="subborder">
<div class="sub">
<table width="100%" class="content_table" border="0" cellspacing="2" cellpadding="0">
<table width="100%" class="common-table" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="94%"><strong><a href="?page=kb&cat=%ID%">%NAME%</a></strong><br />%DESCRIPTION%</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion includes/tpl/support/ticketviewbox.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="subborder">
<div class="sub">
<table width="100%" class="content_table" border="0" cellspacing="2" cellpadding="0">
<table width="100%" class="common-table" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="5px">
<a href="?page=tickets&sub=view&do=%ID%"><strong>#%ID%</strong></a>
Expand Down

0 comments on commit 6ad3862

Please sign in to comment.