##// END OF EJS Templates
added a button on users/list to manually activate an account...
Jean-Philippe Lang -
r152:94391723c0c8
parent child
Show More
@@ -32,6 +32,9
32 <% if user.locked? %>
32 <% if user.locked? %>
33 <%= hidden_field_tag 'user[status]', User::STATUS_ACTIVE %>
33 <%= hidden_field_tag 'user[status]', User::STATUS_ACTIVE %>
34 <%= submit_tag l(:button_unlock), :class => "button-small" %>
34 <%= submit_tag l(:button_unlock), :class => "button-small" %>
35 <% elsif user.registered? %>
36 <%= hidden_field_tag 'user[status]', User::STATUS_ACTIVE %>
37 <%= submit_tag l(:button_activate), :class => "button-small" %>
35 <% else %>
38 <% else %>
36 <%= hidden_field_tag 'user[status]', User::STATUS_LOCKED %>
39 <%= hidden_field_tag 'user[status]', User::STATUS_LOCKED %>
37 <%= submit_tag l(:button_lock), :class => "button-small" %>
40 <%= submit_tag l(:button_lock), :class => "button-small" %>
@@ -319,6 +319,7 button_view: Siehe
319 button_move: Bewegen
319 button_move: Bewegen
320 button_back: Rückkehr
320 button_back: Rückkehr
321 button_cancel: Annullieren
321 button_cancel: Annullieren
322 button_activate: Aktivieren
322
323
323 text_select_mail_notifications: Aktionen für die Mailbenachrichtigung aktiviert werden soll.
324 text_select_mail_notifications: Aktionen für die Mailbenachrichtigung aktiviert werden soll.
324 text_regexp_info: eg. ^[A-Z0-9]+$
325 text_regexp_info: eg. ^[A-Z0-9]+$
@@ -319,6 +319,7 button_view: View
319 button_move: Move
319 button_move: Move
320 button_back: Back
320 button_back: Back
321 button_cancel: Cancel
321 button_cancel: Cancel
322 button_activate: Activate
322
323
323 text_select_mail_notifications: Select actions for which mail notifications should be sent.
324 text_select_mail_notifications: Select actions for which mail notifications should be sent.
324 text_regexp_info: eg. ^[A-Z0-9]+$
325 text_regexp_info: eg. ^[A-Z0-9]+$
@@ -319,6 +319,7 button_view: Ver
319 button_move: Mover
319 button_move: Mover
320 button_back: Atrás
320 button_back: Atrás
321 button_cancel: Cancelar
321 button_cancel: Cancelar
322 button_activate: Activar
322
323
323 text_select_mail_notifications: Seleccionar las actividades que necesitan la activación de la notificación por mail.
324 text_select_mail_notifications: Seleccionar las actividades que necesitan la activación de la notificación por mail.
324 text_regexp_info: eg. ^[A-Z0-9]+$
325 text_regexp_info: eg. ^[A-Z0-9]+$
@@ -320,6 +320,7 button_view: Voir
320 button_move: Déplacer
320 button_move: Déplacer
321 button_back: Retour
321 button_back: Retour
322 button_cancel: Annuler
322 button_cancel: Annuler
323 button_activate: Activer
323
324
324 text_select_mail_notifications: Sélectionner les actions pour lesquelles la notification par mail doit être activée.
325 text_select_mail_notifications: Sélectionner les actions pour lesquelles la notification par mail doit être activée.
325 text_regexp_info: ex. ^[A-Z0-9]+$
326 text_regexp_info: ex. ^[A-Z0-9]+$
General Comments 0
You need to be logged in to leave comments. Login now