dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1135] textes "Supprim er de la catégorie" redo


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1135] textes "Supprim er de la catégorie" redondant
Date: Mon, 20 Jan 2014 02:27:08 +0100

Doliforge
Is this email not displaying correctly?
update email preferences.

textes "Supprimer de la catégorie" redondant

Latest modifications

2014-01-20 02:27 (Europe/Paris)
In all cases, the trash icon means "remove record". Except here when it means just we remove the link.
To avoid confusion, we voluntarily add the text "Removed from category" to show user it is not a delete of element but just removing the link.
So we won't fix it.
Changes:
  • Status: 
OpenClosed
  • Assigned to: 
NoneLaurent Destailleur (eldy)
  • Resolution: 
RemindWont Fix

Answer now

Snapshot

 Details
Submitted by:  Alain Rihs (AlainR) Submitted on:  2013-11-12 14:56
Last Modified On:  2013-11-21 17:53 
Summary:  textes "Supprimer de la catégorie" redondant
Description:  Le texte "Supprimer de la catégorie" est redondant (il s'ajoute à la suite de l'icône) dans au moins dans les 2 fichiers suivants :
- /categories/categories.php aux lignes 523 et 534 :

print img_delete($langs->trans("DeleteFromCat")).' ';
print $langs->trans("DeleteFromCat")."</a>";


à remplace par :

print img_delete($langs->trans("DeleteFromCat"))."</a>";



- categories/viewcat.php aux lignes 435 et 436, remplacer par :

print img_delete($langs->trans("DeleteFromCat"))."</a>";
Step to reproduce bug:  afficher le contenu (en l’occurrence dans mon cas :des adhérents) inscrit dans une catégorie
Detected in version:  3.4.1 Category:  Module: Categories
Severity:  1 - Minor OS Type/Version:  
PHP version:   Database type and version:  
 Status
Status:  Closed Assigned to:  Laurent Destailleur (eldy)
Resolution:  Wont Fix 

Comments

Laurent Destailleur 2014-01-20 02:27
In all cases, the trash icon means "remove record". Except here when it means just we remove the link.
To avoid confusion, we voluntarily add the text "Removed from category" to show user it is not a delete of element but just removing the link.
So we won't fix it.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]