Je cherche à modifier la taille de la colonne "Nom" dans la page de gestion des champs personnalisés pour améliorer la lisibilité de cette page, mais impossible...
J'ai fais des modifs dans le fichier "manage_custom_field_page.php" :
<table class="width100" cellspacing="1">
<tr>
<td class="form-title" colspan="5">
<?php echo lang_get( 'custom_fields_setup' ) ?>
</td>
</tr>
<tr>
<td class="category" style="width:30%;"> <========== Initialement 12%
<?php echo lang_get( 'custom_field_name' ) ?>
</td>
<td class="category" style="width:12%;">
<?php echo lang_get( 'custom_field_project_count' ) ?>
</td>
<td class="category" style="width:12%;">
<?php echo lang_get( 'custom_field_type' ) ?>
</td>
<td class="category" style="width:30%;"> <========== Initialement 40%
<?php echo lang_get( 'custom_field_possible_values' ) ?>
</td>
<td class="category" style="width:12%;">
<?php echo lang_get( 'custom_field_default_value' ) ?>
</td>
</tr>
mais cette fichue colonne ne s'agrandit pas.....
HELP PLEASE !!!!!!