Skip to content

Commit

Permalink
Remove "Delete Category" button from "Edit Project Category" page
Browse files Browse the repository at this point in the history
Fixes #27808
  • Loading branch information
atrol committed Dec 29, 2020
1 parent b1bc221 commit 44f32dd
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions manage_proj_cat_edit_page.php
Expand Up @@ -117,15 +117,6 @@
</form>
</div>
</div>

<div class="col-md-12 col-xs-12">
<form method="post" action="manage_proj_cat_delete.php" class="pull-right">
<fieldset>
<?php echo form_security_field( 'manage_proj_cat_delete' ) ?>
<input type="hidden" name="id" value="<?php echo string_attribute( $f_category_id ) ?>" />
<input type="submit" class="btn btn-sm btn-primary btn-white btn-round" value="<?php echo lang_get( 'delete_category_button' ) ?>" />
</fieldset>
</form>
</div><?php
<?php

layout_page_end();

0 comments on commit 44f32dd

Please sign in to comment.