diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 00:44:51 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 00:45:22 +0200 |
commit | 7de3ecfe5f5e7eebe88b5eb7027abfa0c73898cd (patch) | |
tree | 92bdd1ab49fd964c7debc28f2248c94e77530c4e /files/templates | |
parent | 23717b74c7a7cda5c5cb5d480b5feb9c8c5a4ec8 (diff) | |
download | nextcloud-server-7de3ecfe5f5e7eebe88b5eb7027abfa0c73898cd.tar.gz nextcloud-server-7de3ecfe5f5e7eebe88b5eb7027abfa0c73898cd.zip |
away with the h1, in with the good stuff
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/admin.php | 7 | ||||
-rw-r--r-- | files/templates/index.php | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/files/templates/admin.php b/files/templates/admin.php index 811b48af027..65a540ac914 100644 --- a/files/templates/admin.php +++ b/files/templates/admin.php @@ -1,10 +1,3 @@ -<?php -/* - * Template for files admin page - */ -?> -<h1>Admin</h1> - <form> <input type="checkbox" /> Allow public folders<br> diff --git a/files/templates/index.php b/files/templates/index.php index 94d3769c9ac..49742a98136 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -1,10 +1,3 @@ -<?php -/* - * Template for files - */ -?> -<h1>Files</h1> - <div class="controls"> <p class="actions"> <a href="" title="" class="upload" id="file_upload_button">Upload</a><a |