CC-4179: Media Library -> In brief view of Dynamic Smart Playlist, 'does not contain' will be broken to 2 lines

-fixed
This commit is contained in:
denise 2012-08-08 13:24:53 -04:00
parent a54192cb7b
commit 50f9582b95
2 changed files with 5 additions and 2 deletions

View File

@ -84,10 +84,13 @@
if (strlen($crit["display_name"]) > $critMaxStrLen) {
$crit["display_name"] = substr($crit["display_name"], 0, 12)."...";
}
if (strlen($crit["modifier"]) > $critMaxStrLen) {
$crit["modifier"] = substr($crit["modifier"], 0, 12)."...";
}
?>
<tr>
<td class='file-md-qtip-criteria-width-crit file-md-qtip-nowrap'><?php echo $crit["display_name"] ?></td>
<td class='file-md-qtip-criteria-width-mod'><?php echo $crit["modifier"] ?></td>
<td class='file-md-qtip-criteria-width-mod file-md-qtip-nowrap'><?php echo $crit["modifier"] ?></td>
<td class='file-md-qtip-criteria-width file-md-qtip-nowrap'><?php echo $crit["value"] ?>
<?php if (isset($crit["extra"])) { ?>
to <?php echo $crit["extra"] ?></td>

View File

@ -451,7 +451,7 @@ table.library-get-file-md.table-small{
}
.file-md-qtip-criteria-width-mod{
width:60px;
width:70px;
}
.file-md-qtip-criteria-width{