Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
C
carte-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
carte-facil
Validations
34fc7f9f
Valider
34fc7f9f
rédigé
il y a 12 ans
par
Yohan Boniface
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Get rid of "options_"
parent
7bbfdf57
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
umap/templates/umap/styles_fieldset.html
+13
-13
13 ajouts, 13 suppressions
umap/templates/umap/styles_fieldset.html
avec
13 ajouts
et
13 suppressions
umap/templates/umap/styles_fieldset.html
+
13
−
13
Voir le fichier @
34fc7f9f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<fieldset
id=
"style_options"
>
<fieldset
id=
"style_options"
>
<legend
id=
"style_options_toggle"
>
{% trans "Styles options" %}
</legend>
<legend
id=
"style_options_toggle"
>
{% trans "Styles options" %}
</legend>
<label
class=
"more_style_options"
></label>
<label
class=
"more_style_options"
></label>
{% foundation_field form.
options_
color %}
{% foundation_field form.color %}
{% if form.icon_class and form.pictogram %}
{% if form.icon_class and form.pictogram %}
<div
class=
"formbox"
>
<div
class=
"formbox"
>
{{ form.icon_class }}
{{ form.icon_class }}
...
@@ -11,22 +11,22 @@
...
@@ -11,22 +11,22 @@
</div>
</div>
<small
class=
"help-text"
>
{% trans "Change marker shape and symbol." %}
</small>
<small
class=
"help-text"
>
{% trans "Change marker shape and symbol." %}
</small>
{% endif %}
{% endif %}
{% foundation_field form.
options_
weight %}
{% foundation_field form.weight %}
{% if form.
options_
stroke %}
{% if form.stroke %}
<div
class=
"formbox"
>
<div
class=
"formbox"
>
<span>
{{ form.
options_
stroke.label }}
</span>
{{ form.
options_
stroke }}
<span>
{{ form.stroke.label }}
</span>
{{ form.stroke }}
</div>
</div>
<small
class=
"help-text"
>
{{ form.
options_
stroke.help_text }}
</small>
<small
class=
"help-text"
>
{{ form.stroke.help_text }}
</small>
{% endif %}
{% endif %}
{% foundation_field form.
options_
smoothFactor %}
{% foundation_field form.smoothFactor %}
{% foundation_field form.
options_
opacity %}
{% foundation_field form.opacity %}
{% if form.
options_
fill %}
{% if form.fill %}
<div
class=
"formbox"
>
<div
class=
"formbox"
>
<span>
{{ form.
options_
fill.label }}
</span>
{{ form.
options_
fill }}
<span>
{{ form.fill.label }}
</span>
{{ form.fill }}
</div>
</div>
<small
class=
"help-text"
>
{{ form.
options_
fill.help_text }}
</small>
<small
class=
"help-text"
>
{{ form.fill.help_text }}
</small>
{% endif %}
{% endif %}
{% foundation_field form.
options_
fillOpacity %}
{% foundation_field form.fillOpacity %}
{% foundation_field form.
options_
fillColor %}
{% foundation_field form.fillColor %}
{% foundation_field form.
options_
dashArray %}
{% foundation_field form.dashArray %}
</fieldset>
</fieldset>
\ No newline at end of file
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter