From cabec2e1c8e468279f17bee9fb87f1676e8cec9a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 13 Jul 2013 22:30:54 +0200 Subject: Add profile page to allow changing the upload id limits Signed-off-by: Florian Pritz --- application/views/user/profile.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 application/views/user/profile.php (limited to 'application/views/user/profile.php') diff --git a/application/views/user/profile.php b/application/views/user/profile.php new file mode 100644 index 000000000..d382883d8 --- /dev/null +++ b/application/views/user/profile.php @@ -0,0 +1,33 @@ + "form-horizontal")); ?> + +
+ +
+ "> +
+
+ + +
+ +
+ "> +
+
+ + +
+ +
+ "> + <number>-<number> (min: 3, max: 64; example: "5-9") +
+
+ +
+
+ +
+
+ + -- cgit v1.2.3-24-g4f1b