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 /modules/gallery/views | |
| parent | dfd50a6c1f2afc4b4e971ab6899aa69f43397e1c (diff) | |
| parent | f45835e6e1204ac9b05d4c9eb7c59521230c59d4 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/admin_modules.html.php | 2 | 
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") ?>">  | 
