Forgot to delete display_error_block()s in web/templates/user/*.html

This commit is contained in:
Flat 2016-07-02 21:50:16 +09:00
commit 8b2e4da753
9 changed files with 10 additions and 43 deletions

View file

@ -49,11 +49,7 @@
</tr>
</table>
</div>
</div>
<? display_error_block() ?>
<!-- /.l-sort -->
</div>
@ -78,7 +74,7 @@
?>
<div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended'; if($_SESSION['favourites'][CRON][$key] == 1) echo ' l-unit--starred'; ?>" v_unit_id="<?=$key?>" v_section="cron"
<div class="l-unit <? if($status == 'suspended') echo 'l-unit--suspended'; if($_SESSION['favourites'][CRON][$key] == 1) echo ' l-unit--starred'; ?>" v_unit_id="<?=$key?>" v_section="cron"
sort-date="<?=strtotime($data[$key]['DATE'].' '.$data[$key]['TIME'])?>" sort-name="<?=htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES)?>" sort-star="<? if($_SESSION['favourites']['CRON'][$key] == 1) echo '1'; else echo '0'; ?>">
<div class="l-unit-toolbar clearfix">
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">