mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix inscription issue
This commit is contained in:
@@ -111,7 +111,7 @@ class PhraseaRegisterForm extends AbstractType
|
||||
'expanded' => false,
|
||||
'constraints' => array(
|
||||
new Assert\Choice(array(
|
||||
'choices' => array_flip($baseIds),
|
||||
'choices' => $baseIds,
|
||||
'minMessage' => _('You must select at least %s collection.'),
|
||||
'multiple' => true,
|
||||
'min' => 1,
|
||||
|
@@ -221,13 +221,13 @@ class task_period_subdef extends task_databoxAbstract
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label"><?php echo _('task::_common_:relancer la tache tous les') ?></label>
|
||||
<label class="control-label"><?php echo _('Restart the task every X records') ?></label>
|
||||
<div class="controls">
|
||||
<input class="formElem input-mini" type="text" name="maxrecs" value="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label"><?php echo _('task::_common_:records, ou si la memoire depasse') ?></label>
|
||||
<label class="control-label"><?php echo _('Restart the task if memory reaches') ?></label>
|
||||
<div class="controls">
|
||||
<input class="formElem input-mini" type="text" name="maxmegs" value="">
|
||||
<span class="help-inline">Mo</span>
|
||||
|
Reference in New Issue
Block a user