Browse Source

Minor cosmetic change

Julio Montoya 12 years ago
parent
commit
a9d52662fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/document/document.php

+ 1 - 1
main/document/document.php

@@ -1208,7 +1208,7 @@ $table->set_header($column++, get_lang('Size'), true, array('style' => 'width:50
 $table->set_header($column++, get_lang('Date'), true, array('style' => 'width:105px;'));
 // Admins get an edit column
 if ($is_allowed_to_edit || $group_member_with_upload_rights || is_my_shared_folder(api_get_user_id(), $curdirpath, $session_id)) {
-    $table->set_header($column++, get_lang('Actions'), false, array('style' => 'width:160px;'), array('class' => 'td_actions'));
+    $table->set_header($column++, get_lang('Actions'), false, array('class' => 'td_actions'));
 }
 
 // Actions on multiple selected documents