mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
put icons in clipboard into div to make them black
This commit is contained in:
parent
492c08e397
commit
947a4d83f8
|
@ -1102,7 +1102,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
|||
}
|
||||
print "</td>\n";
|
||||
print "<td>\n";
|
||||
print "<a href=\"../op/op.RemoveFromClipboard.php?folderid=".$this->params['folder']->getID()."&id=".$docid."&type=document\" title=\"".getMLText('rm_from_clipboard')."\"><i class=\"icon-remove\"></i></a>";
|
||||
print "<div class=\"list-action\"><a href=\"../op/op.RemoveFromClipboard.php?folderid=".$this->params['folder']->getID()."&id=".$docid."&type=document\" title=\"".getMLText('rm_from_clipboard')."\"><i class=\"icon-remove\"></i></a></div>";
|
||||
print "</td>\n";
|
||||
print "</tr>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user