remove superfluous 'Active' checkbox in edit calendar view

master
Jan-Christoph Borchardt 2013-11-18 20:04:47 +01:00
parent 14da95e225
commit 1926fc45ea
1 changed files with 0 additions and 9 deletions

View File

@ -15,15 +15,6 @@
</td>
</tr>
<?php if (!$_['new']): ?>
<tr>
<td></td>
<td>
<input id="edit_active_<?php p($_['calendar']['id']) ?>" type="checkbox"<?php p($_['calendar']['active'] ? ' checked="checked"' : '') ?>>
<label for="edit_active_<?php p($_['calendar']['id']) ?>">
<?php p($l->t('Active')) ?>
</label>
</td>
</tr>
<?php endif; ?>
<tr>
<th><?php p($l->t('Calendar color')) ?></th>