mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix inscription issue
This commit is contained in:
@@ -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