Modifications pour le document Macros

Modifié par Jip-jan Alunkel le avril 15, 18:09

Depuis la version 2.79
modifié par Jip-jan Alunkel
sur mars 31, 19:59
Commentaire de modification : Renamed from xwiki:assets.formMaker.form-macros
À la version 2.76
modifié par Jip-jan Alunkel
sur mars 31, 18:27
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Titre
... ... @@ -1,1 +1,1 @@
1 -Macros
1 +form-elements
Contenu
... ... @@ -121,22 +121,5 @@
121 121   </div>
122 122  #end
123 123  
124 -#macro(createSubmit $O_submit)
125 - <div class="clearfix">
126 - <p class="alert alert-warning alert-button-float-right">
127 - <span class="alert-button pull-right">
128 -#if ($xcontext.user != 'XWiki.XWikiGuest')
129 - <input type="submit" class="btn btn-primary" id="${O_submit.id}" name="${O_submit.id}" value="${O_submit.button-text}" />
130 -#else
131 - <a data-toggle="modal" data-target="#displayLogin" href="#" class="btn btn-primary">$services.localization.render('login')</a>
132 -#end
133 - </span>
134 - <span class="alert-text">
135 - ${O_submit.help-block}
136 - </span>
137 - </p>
138 - </div>
139 -#end
140 -
141 141  {{/velocity}}
142 142