mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 01:09:19 -04:00
Fix up microthumb grid, changed unselect to deselect all, white space fixes.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<div id="yui-main">
|
||||
<div class="yui-b">
|
||||
<a id="gMicroThumbSelectAll" href="#"><?= t("select all") ?></a>
|
||||
<a id="gMicroThumbUnselectAll" href="#" style="display: none"><?= t("unselect all") ?></a>
|
||||
<a id="gMicroThumbUnselectAll" href="#" style="display: none"><?= t("deselect all") ?></a>
|
||||
<div id="gMicroThumbContainer" class="yui-u first"
|
||||
ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>">
|
||||
<ul id="gMicroThumbGrid">
|
||||
|
||||
Reference in New Issue
Block a user