Skip to content

Commit

Permalink
Dev: Small issue in labelview
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Flür authored and lacrioque committed Apr 30, 2018
1 parent d82d04d commit fee2eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@

# Never include config.php
/application/config/config.php
/application/config/config.*.php

## Ignore any hidden folder/files (except explicitly defined)
## such as various IDE folders .idea .netbeans .vscode
Expand Down
Expand Up @@ -36,7 +36,7 @@
<!-- Export resources as ZIP archive -->
<li>
<label>&nbsp;</label>
<input class="btn btn-default" type='button' <?php echo hasResources($lid, 'label')===f alse ? ' disabled="disabled"' : '' ?> onclick='window.open("
<input class="btn btn-default" type='button' <?php echo hasResources($lid, 'label')===false ? ' disabled="disabled"' : '' ?> onclick='window.open("
<?php echo $this->createUrl("/admin/export/sa/resources/export/label/lid/$lid"); ?>", "_blank")' value="
<?php eT("Export resources as ZIP archive") ?>" />
</li>
Expand Down

0 comments on commit fee2eee

Please sign in to comment.