mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Remove unused file.
This commit is contained in:
parent
7fff386679
commit
ecf8e77dab
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
<?php
|
|
||||||
$categories = isset($_['categories'])?$_['categories']:array();
|
|
||||||
?>
|
|
||||||
<div id="edit_categories_dialog" title="<?php echo $l->t('Edit categories'); ?>">
|
|
||||||
<!-- ?php print_r($types); ? -->
|
|
||||||
<form method="post" id="categoryform">
|
|
||||||
<div class="scrollarea">
|
|
||||||
<ul id="categorylist">
|
|
||||||
<?php foreach($categories as $category) { ?>
|
|
||||||
<li><input type="checkbox" name="categories[]" value="<?php echo $category; ?>" /><?php echo $category; ?></li>
|
|
||||||
<?php } ?>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="bottombuttons"><input type="text" id="category_addinput" name="category" /><button id="category_addbutton" disabled="disabled"><?php echo $l->t('Add'); ?></button></div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
Loading…
Reference in a new issue