CC-2468:Manage Users Say DJ and add show says host
-fixed
This commit is contained in:
parent
e048ee548b
commit
a018466b80
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
|
||||||
|
|
||||||
//Add hosts selection
|
//Add hosts selection
|
||||||
$hosts = new Zend_Form_Element_MultiCheckbox('add_show_hosts');
|
$hosts = new Zend_Form_Element_MultiCheckbox('add_show_hosts');
|
||||||
$hosts->setLabel('Hosts:')
|
$hosts->setLabel('DJs:')
|
||||||
->setMultiOptions($options);
|
->setMultiOptions($options);
|
||||||
|
|
||||||
$this->addElement($hosts);
|
$this->addElement($hosts);
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<th>Username</th>
|
<th>Username</th>
|
||||||
<th>First Name</th>
|
<th>First Name</th>
|
||||||
<th>Last Name</th>
|
<th>Last Name</th>
|
||||||
<th>Role</th>
|
<th>User Type</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
@ -47,7 +47,7 @@ function rowCallback( nRow, aData, iDisplayIndex ){
|
||||||
$('td:eq(3)', nRow).html( 'Admin' );
|
$('td:eq(3)', nRow).html( 'Admin' );
|
||||||
} else if ( aData[4] == "H" )
|
} else if ( aData[4] == "H" )
|
||||||
{
|
{
|
||||||
$('td:eq(3)', nRow).html( 'Host' );
|
$('td:eq(3)', nRow).html( 'DJ' );
|
||||||
} else if ( aData[4] == "G" )
|
} else if ( aData[4] == "G" )
|
||||||
{
|
{
|
||||||
$('td:eq(3)', nRow).html( 'Guest' );
|
$('td:eq(3)', nRow).html( 'Guest' );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue