diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 15:19:13 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 15:19:13 -0700 |
commit | 3ceeddde7cdf2b042230a6e65a7174b5753b804a (patch) | |
tree | 89f603478c5b77e1cbf76936004bf3a16e9b2434 | |
parent | dfd50a6c1f2afc4b4e971ab6899aa69f43397e1c (diff) | |
parent | f45835e6e1204ac9b05d4c9eb7c59521230c59d4 (diff) |
Merge branch 'master' of github.com:gallery/gallery3
-rw-r--r-- | .build_number | 2 | ||||
-rw-r--r-- | modules/gallery/views/admin_modules.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.build_number b/.build_number index 3af1d9a0..c9c79ae1 100644 --- a/.build_number +++ b/.build_number @@ -3,4 +3,4 @@ ; process. You don't need to edit it. In fact.. ; ; DO NOT EDIT THIS FILE BY HAND! -build_number=120 +build_number=122 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") ?>"> |