diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-12 14:39:24 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-12 14:39:24 +0200 |
commit | a61dde9b5231b034d16e0fa18b149cd435330980 (patch) | |
tree | ca7f28e91758abfba84191cf1cb0188bd23d0a2e /apps/calendar/templates/settings.php | |
parent | 4ae5c4bc3379967e27e09a6b1150ead3a77758ac (diff) | |
download | nextcloud-server-a61dde9b5231b034d16e0fa18b149cd435330980.tar.gz nextcloud-server-a61dde9b5231b034d16e0fa18b149cd435330980.zip |
old files deleted
Diffstat (limited to 'apps/calendar/templates/settings.php')
-rwxr-xr-x | apps/calendar/templates/settings.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php deleted file mode 100755 index fbb42202f2c..00000000000 --- a/apps/calendar/templates/settings.php +++ /dev/null @@ -1,17 +0,0 @@ -<fieldset> - <legend>Please choose your default view:</legend> - <input type="radio" id="oneday" name="radio"/><label for="oneday">One Day</label> - <input type="radio" id="oneweek" name="radio"/><label for="oneweek">One Week</label> - <input type="radio" id="fourweek" name="radio"/><label for="fourweek">Four Weeks</label> - <input type="radio" id="onemonth" name="radio"/><label for="onemonth">One Month</label> - <input type="radio" id="list" name="radio"/><label for="list">List</label> -</fieldset> - -<fieldset> - <legend>Calender Files</legend> - <ul> - <?php - showicsfiles(); - ?> - </ul> -</fieldset>
\ No newline at end of file |