Changeset 86748 in spip-zone for _plugins_/alertes/trunk/formulaires/alerte.html
- Timestamp:
- Dec 17, 2014, 2:53:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/alertes/trunk/formulaires/alerte.html
r86555 r86748 13 13 <button type='submit' class="submit ajouter_alerte" name="ajouter" value="<:alertes:add_to|attribut_html:>" title="<:alertes:add_to|attribut_html:>"> 14 14 <span><:alertes:add_to|attribut_html:></span> 15 <img height="32" width="32" src=" #CHEMIN{ plugins/alertes/prive/themes/spip/images/alerte-add-32.png}" alt="<:alertes:add_to|attribut_html:>" />15 <img height="32" width="32" src=" #CHEMIN{images/alerte-add-32.png}" alt="<:alertes:add_to|attribut_html:>" /> 16 16 </button> 17 17 ][(#ENV{_deja_alerte}|oui) 18 18 <button type='submit' class="submit retirer_alerte" name="retirer" value="<:alertes:remove_from|attribut_html:>" title="<:alertes:remove_from|attribut_html:>"> 19 19 <span><:alertes:remove_from|attribut_html:></span> 20 <img height="32" width="32" src=" #CHEMIN{ plugins/alertes/prive/themes/spip/images/alerte-remove-32.png}" alt="<:alertes:remove_from|attribut_html:>" />20 <img height="32" width="32" src=" #CHEMIN{/alerte-remove-32.png}" alt="<:alertes:remove_from|attribut_html:>" /> 21 21 </button> 22 22 ]
Note: See TracChangeset
for help on using the changeset viewer.