summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/templates
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-08-26 17:51:01 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-08-26 17:51:01 +0200
commit184438224cfece0f9797f54340a1353cc67e0b28 (patch)
tree7ab72eafecc96fcd14b5111b5dddd65168663462 /apps/user_webdavauth/templates
parent72e9a2ce57ee88503db83614cec5ccda71f0b58e (diff)
downloadnextcloud-server-184438224cfece0f9797f54340a1353cc67e0b28.tar.gz
nextcloud-server-184438224cfece0f9797f54340a1353cc67e0b28.zip
restore the webdavauth app
Diffstat (limited to 'apps/user_webdavauth/templates')
-rwxr-xr-xapps/user_webdavauth/templates/settings.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_webdavauth/templates/settings.php b/apps/user_webdavauth/templates/settings.php
new file mode 100755
index 00000000000..c00c199632a
--- /dev/null
+++ b/apps/user_webdavauth/templates/settings.php
@@ -0,0 +1,7 @@
+<form id="webdavauth" action="#" method="post">
+ <fieldset class="personalblock">
+ <legend><strong>WebDAV Authentication</strong></legend>
+ <p><label for="webdav_url"><?php echo $l->t('webdav_url');?><input type="text" id="webdav_url" name="webdav_url" value="<?php echo $_['webdav_url']; ?>"></label>
+ <input type="submit" value="Save" />
+ </fieldset>
+</form>