This commit is contained in:
Renzo 2016-07-30 01:28:33 -05:00
parent 193938b72c
commit bf96cc0e28

View File

@ -82,7 +82,7 @@
<th> <th>
<label for="ban_duration"><?= $this->t('user_duration') ?></label> <label for="ban_duration"><?= $this->t('user_duration') ?></label>
</th> </th>
<td><?=$this->textField("ban", "duration", ['size' => '10']) ?></td> <td><?=$this->textField("ban", "duration", ['size' => '10', 'required']) ?></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>