mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
Initial port to OC8, files_opds works, files_reader does not yet work
This commit is contained in:
parent
0d96eb08a4
commit
ba221c1d61
8 changed files with 54 additions and 6 deletions
|
@ -22,7 +22,11 @@ function checkBox($format) {
|
|||
?>
|
||||
|
||||
<div class="section" id="opds-admin">
|
||||
<h2><?php p($l->t('OPDS')); ?><span class="msg"></span></h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td><h2><?php p($l->t('OPDS')); ?></h2></td><td> <span class="msg"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<td><label for="opds-feed-subtitle"><?php p($l->t('Feed subtitle:')) ?></label></td>
|
||||
|
|
|
@ -13,7 +13,11 @@
|
|||
?>
|
||||
|
||||
<div class="section" id="opds-personal">
|
||||
<h2><?php p($l->t('OPDS')); ?><span class="msg"></span></h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td><h2><?php p($l->t('OPDS')); ?></h2></td><td> <span class="msg"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div>
|
||||
<input id="opds-enable" name="opds-enable" value="<?php p($_['opdsEnable-value']) ?>" <?php p($_['opdsEnable-checked']) ?> type="checkbox">
|
||||
<label for="opds-enable"><?php p($l->t('enable OPDS catalog')) ?></label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue