mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
- files_opds: v0.8.8, minor changes to preference sections
This commit is contained in:
parent
c25ad42ad1
commit
d7df75fbc3
10 changed files with 85 additions and 96 deletions
|
@ -14,7 +14,7 @@ $l = \OC::$server->getL10N('files_opds');
|
|||
|
||||
function checkBox($format) {
|
||||
foreach($format as $name => $enabled) {
|
||||
echo '<input type="checkbox" id="opds-preview-' . $name . '" name="opds-preview-' . $name . '" ' . ($enabled == 1 ? 'checked >' : '>');
|
||||
echo '<input type="checkbox" class="checkbox" id="opds-preview-' . $name . '" name="opds-preview-' . $name . '" ' . ($enabled == 1 ? 'checked >' : '>');
|
||||
echo '<label for="opds-preview-' . $name . '">' . $name . '</label>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue