Description column style mods, just for consistency.

This commit is contained in:
Nate Jones
2014-06-22 06:35:33 +00:00
parent c67af11f1f
commit b2d577e9a0
12 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ foreach($profiles_array as $profile){
<td class='<?php echo $row_style[$c]; ?>'><?php echo $profile['context']; ?>&nbsp;</td>
<td class='<?php echo $row_style[$c]; ?>'><?php echo $profile['status']; ?>&nbsp;</td>
<td class='<?php echo $row_style[$c]; ?>'><?php echo ucwords($profile['enabled']); ?>&nbsp;</td>
<td class='<?php echo $row_style[$c]; ?>'><?php echo $profile['description']; ?>&nbsp;</td>
<td class='row_stylebg'><?php echo $profile['description']; ?>&nbsp;</td>
<td class='list_control_icons'>
<?php
if (permission_exists('xmpp_edit')) {