summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-04-23 15:19:13 -0700
committerBharat Mediratta <bharat@menalto.com>2011-04-23 15:19:13 -0700
commit3ceeddde7cdf2b042230a6e65a7174b5753b804a (patch)
tree89f603478c5b77e1cbf76936004bf3a16e9b2434 /modules
parentdfd50a6c1f2afc4b4e971ab6899aa69f43397e1c (diff)
parentf45835e6e1204ac9b05d4c9eb7c59521230c59d4 (diff)
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/admin_modules.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_modules.html.php b/modules/gallery/views/admin_modules.html.php
index ecd51d30..03993bb2 100644
--- a/modules/gallery/views/admin_modules.html.php
+++ b/modules/gallery/views/admin_modules.html.php
@@ -55,7 +55,7 @@
<th style="width: 8em"> <?= t("Name") ?> </th>
<th> <?= t("Version") ?> </th>
<th> <?= t("Description") ?> </th>
- <th> <?= t("Details") ?> </th>
+ <th style="width: 60px"> <?= t("Details") ?> </th>
</tr>
<? foreach ($available as $module_name => $module_info): ?>
<tr class="<?= text::alternate("g-odd", "g-even") ?>">