* Finish task #62940.

This commit is contained in:
tianshujie
2022-08-02 15:48:15 +08:00
parent c13808d8df
commit 800f1bbb6d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
#product_chosen .chosen-single{border-right-width:1px}
.linkStoryTitle {white-space: nowrap; text-overflow: ellipsis;}
+2 -2
View File
@@ -267,9 +267,9 @@
{
foreach($story->linkStoryTitles as $linkStoryID => $linkStoryTitle)
{
echo "<li><div class='checkbox-primary'>";
echo "<li><div class='checkbox-primary' title='$linkStoryTitle'>";
echo "<input type='checkbox' checked='checked' name='" . $linkStoryField . "[]' value=$linkStoryID />";
echo "<label>#{$linkStoryID} {$linkStoryTitle}</label>";
echo "<label class='linkStoryTitle'>#{$linkStoryID} {$linkStoryTitle}</label>";
echo '</div></li>';
}
}