Skip to content
Snippets Groups Projects
Commit 8742d556 authored by Peter Rotich's avatar Peter Rotich
Browse files

Fix layout related issues

parent 091aae59
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ if(!defined('OSTSCPINC') || !$thisstaff || !is_object($org)) die('Invalid path')
</table>
<table class="ticket_info" cellspacing="0" cellpadding="0" width="940" border="0">
<tr>
<td width="50">
<td width="50%">
<table border="0" cellspacing="" cellpadding="4" width="100%">
<tr>
<th width="100">Name:</th>
<th width="150">Name:</th>
<td><b><a href="#orgs/<?php echo $org->getId();
?>/edit" class="org-action"><i
class="icon-edit"></i>&nbsp;<?php echo
......@@ -27,16 +27,15 @@ if(!defined('OSTSCPINC') || !$thisstaff || !is_object($org)) die('Invalid path')
?></a></td>
</tr>
<tr>
<th>Users:</th>
<td> {num-here}
</td>
<th>Account Manager:</th>
<td>&nbsp; </td>
</tr>
</table>
</td>
<td width="50%" style="vertical-align:top">
<table border="0" cellspacing="" cellpadding="4" width="100%">
<tr>
<th>Created:</th>
<th width="150">Created:</th>
<td><?php echo Format::db_datetime($org->getCreateDate()); ?></td>
</tr>
<tr>
......
......@@ -8,6 +8,7 @@ if (isset($options['entry']) && $options['mode'] == 'edit'
return;
?>
<tbody>
<tr><td style="width:<?php echo $options['width'] ?: 150;?>px;"></td><td></td></tr>
<?php
// Keep up with the entry id in a hidden field to decide what to add and
// delete when the parent form is submitted
......
......@@ -132,7 +132,7 @@ if($ticket->isOverdue())
</table>
<table class="ticket_info" cellspacing="0" cellpadding="0" width="940" border="0">
<tr>
<td width="50">
<td width="50%">
<table border="0" cellspacing="" cellpadding="4" width="100%">
<tr>
<th width="100">Status:</th>
......
......@@ -59,10 +59,10 @@ $org = $account ? $account->getOrganization() : null;
</table>
<table class="ticket_info" cellspacing="0" cellpadding="0" width="940" border="0">
<tr>
<td width="50">
<td width="50%">
<table border="0" cellspacing="" cellpadding="4" width="100%">
<tr>
<th width="100">Name:</th>
<th width="150">Name:</th>
<td><b><a href="#users/<?php echo $user->getId();
?>/edit" class="user-action"><i
class="icon-edit"></i>&nbsp;<?php echo
......@@ -99,7 +99,7 @@ $org = $account ? $account->getOrganization() : null;
<td width="50%" style="vertical-align:top">
<table border="0" cellspacing="" cellpadding="4" width="100%">
<tr>
<th>Status:</th>
<th width="150">Status:</th>
<td> <span id="user-<?php echo $user->getId();
?>-status"><?php echo $user->getAccountStatus(); ?></span></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment