-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'doana-add-file-support'
- Loading branch information
Showing
4 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<section class="seven columns alpha"> | ||
<div class="field"> | ||
<div class="two column alpha"> | ||
<label for="simple_vocab_files">Apply to Files</label> | ||
</div> | ||
<div class="inputs five columns omega"> | ||
<?php echo $view->formCheckbox( | ||
'simple_vocab_files', | ||
null, | ||
array( | ||
'id' => 'simple_vocab_files', | ||
'checked' => (bool) get_option('simple_vocab_files'), | ||
) | ||
); ?> | ||
<p class="explanation">By default, your simple vocabularies will only | ||
apply to item metadata. Check the above box if you want to apply your | ||
vocabularies to file metadata as well.</p> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters