diff --git a/include/staff/org-view.inc.php b/include/staff/org-view.inc.php index 89a8ee39df6d587cc7db14297e25c49ff9d18581..7951460c2cfbefdd309e09563bd9009a86c94aac 100644 --- a/include/staff/org-view.inc.php +++ b/include/staff/org-view.inc.php @@ -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> <?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> </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> diff --git a/include/staff/templates/dynamic-form.tmpl.php b/include/staff/templates/dynamic-form.tmpl.php index e6afae15a37d7b1ebb80eafa8fb1e341e6c98672..aaaf1bf696bd2481f2280ce707064ec5da621ea2 100644 --- a/include/staff/templates/dynamic-form.tmpl.php +++ b/include/staff/templates/dynamic-form.tmpl.php @@ -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 diff --git a/include/staff/ticket-view.inc.php b/include/staff/ticket-view.inc.php index d2c8ebe9a72cc4c88c2ef56ab230bf9236b0814b..c76bf30affd6655e6e46ecda139c4d09003dd7c6 100644 --- a/include/staff/ticket-view.inc.php +++ b/include/staff/ticket-view.inc.php @@ -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> diff --git a/include/staff/user-view.inc.php b/include/staff/user-view.inc.php index a548a9e0528f05805096b5b3ceee3c8251ee0b57..de27ddc2fc5f2bf1bfdc11cfe6e2114d946d9e9a 100644 --- a/include/staff/user-view.inc.php +++ b/include/staff/user-view.inc.php @@ -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> <?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>