orthographe icône (ref #187)
This commit is contained in:
parent
514fe6b82c
commit
c4815ac935
|
@ -255,7 +255,7 @@ function MyTourGroupe() {
|
|||
element: $("#diviconsel"),
|
||||
title: "Icône du groupe",
|
||||
placement : "right",
|
||||
content: "Choisissez l'icône pour votre groupe en cliquant sur 'Sélectionner un icône'.",
|
||||
content: "Choisissez l'icône pour votre groupe en cliquant sur 'Sélectionner une icône'.",
|
||||
},
|
||||
{
|
||||
element: $("#group_submit"),
|
||||
|
@ -793,7 +793,7 @@ function AdminGroupSubmit() {
|
|||
element: $("#diviconsel"),
|
||||
title: "Icône du groupe",
|
||||
placement : "top",
|
||||
content: "Choisissez l'icône pour le groupe en cliquant sur 'Sélectionner un icône'. ",
|
||||
content: "Choisissez l'icône pour le groupe en cliquant sur 'Sélectionner une icône'. ",
|
||||
},
|
||||
{
|
||||
element: $("#group_fgcancreatepage"),
|
||||
|
@ -1876,7 +1876,7 @@ function AdminIcon() {
|
|||
steps: [
|
||||
{
|
||||
element: $(".btn:first"),
|
||||
title: "Ajouter une icone",
|
||||
title: "Ajouter une icône",
|
||||
placement : "top",
|
||||
content: "Ajoutez une icône en cliquant sur ce bouton - les icônes sont utilisées pour l'identité des items, des widgets et des groupes. En cliquant sur une icône existante, vous pourrez la supprimer ou la modifier. Essayez de choisir des icônes en phase avec les tendances graphiques du portail... ",
|
||||
},
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
<div style="text-align:center;padding:0px">
|
||||
{{ form_row(form.idicon) }}
|
||||
<a class="btn btn-success" onClick="selectIcon()" title='Ajouter' style="width:100%">Selectionner un Icône</a>
|
||||
<a class="btn btn-success" onClick="selectIcon()" title='Ajouter' style="width:100%">Selectionner une Icône</a>
|
||||
<a class="btn btn-danger" onClick="delIcon()" title='Détacher' style="width:100%">Détacher l'Icône</a>
|
||||
</div>
|
||||
<br>
|
||||
|
@ -219,7 +219,7 @@
|
|||
}
|
||||
|
||||
function selectIcon() {
|
||||
$("#mymodal").find(".modal-title").html("SELECTIONNER UN ICONE");
|
||||
$("#mymodal").find(".modal-title").html("SELECTIONNER UNE ICONE");
|
||||
var url="{{ path('cadoles_portal_user_icon_select') }}";
|
||||
$("#mymodal").find("#framemodal").attr("src",url);
|
||||
$("#mymodal").modal("show");
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th width="160px" class="no-sort">Action</th>
|
||||
<th class="no-sort text-center">Icone</th>
|
||||
<th class="no-sort text-center">Icône</th>
|
||||
<th>Label</th>
|
||||
<th>Ouvert</th>
|
||||
<th class="no-sort {% if masteridentity=="SQL" %} no-visible {% endif %}">Filtre</th>
|
||||
|
|
|
@ -1328,7 +1328,7 @@ class InitDataCommand extends ContainerAwareCommand
|
|||
$entityWidget->setOpened(true);
|
||||
$entityWidget->setAccess(["config","user","group"]);
|
||||
$entityWidget->setColorbodyback("ffffff");
|
||||
$parameter = json_decode('{"fields": [{"id": "seetitle", "loc": "col1", "type": "boolean", "label": "Afficher le titre", "value": "0", "mandatory": "true"},{"id": "seeicon", "loc": "col1", "type": "boolean", "label": "Afficher l\'icone", "value": "0", "mandatory": "true"}]}');
|
||||
$parameter = json_decode('{"fields": [{"id": "seetitle", "loc": "col1", "type": "boolean", "label": "Afficher le titre", "value": "0", "mandatory": "true"},{"id": "seeicon", "loc": "col1", "type": "boolean", "label": "Afficher l\'icône", "value": "0", "mandatory": "true"}]}');
|
||||
$entityWidget->setParameter($parameter);
|
||||
$em->persist($entityWidget);
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
* @ORM\Entity
|
||||
* @ORM\Table(name="icon")
|
||||
* @ORM\HasLifecycleCallbacks
|
||||
* @UniqueEntity(fields="label", message="Un Icone existe déjà avec ce label")
|
||||
* @UniqueEntity(fields="label", message="Une Icône existe déjà avec ce label")
|
||||
*/
|
||||
class Icon
|
||||
{
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
<div class="col-md-12" style="text-align:center;padding:0px">
|
||||
{{ form_row(form.idicon) }}
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner un Icône</a>
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner une Icône</a>
|
||||
<a class="btn btn-danger" onClick="delIcon()" title='Détacher' style="width:100%">Détacher l'Icône</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">SELECTIONNER UN ICONE</h4>
|
||||
<h4 class="modal-title">SELECTIONNER UNE ICONE</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<div class="col-md-12" style="text-align:center;padding:0px">
|
||||
{{ form_row(form.idicon) }}
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner un Icône</a>
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner une Icône</a>
|
||||
<a class="btn btn-danger" onClick="delIcon()" title='Détacher' style="width:100%">Détacher l'Icône</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">SELECTIONNER UN ICONE</h4>
|
||||
<h4 class="modal-title">SELECTIONNER UNE ICONE</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
<div class="col-md-12" style="text-align:center;padding:0px">
|
||||
{{ form_row(form.idicon) }}
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner un Icône</a>
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner une Icône</a>
|
||||
<a class="btn btn-danger" onClick="delIcon()" title='Détacher' style="width:100%">Détacher l'Icône</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">SELECTIONNER UN ICONE</h4>
|
||||
<h4 class="modal-title">SELECTIONNER UNE ICONE</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</div>
|
||||
<div class="col-md-12" style="text-align:center;padding:0px">
|
||||
{{ form_row(form.idicon) }}
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner un Icône</a>
|
||||
<a class="btn btn-success" data-toggle="modal" data-target="#selicon" title='Ajouter' style="width:100%">Selectionner une Icône</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">SELECTIONNER UN ICONE</h4>
|
||||
<h4 class="modal-title">SELECTIONNER UNE ICONE</h4>
|
||||
</div>
|
||||
|
||||
<div class="modal-body" style="height: 480px; overflow-y: scroll;">
|
||||
|
|
Loading…
Reference in New Issue