summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-11-28 22:00:49 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-11-28 22:00:49 +0100
commit8a5915594ffbbf529c827b2ce31a64590b0d1b14 (patch)
tree87246907267636de1cf2188dd11ff08fabdb9695 /templates
parent7d3239f3fe18e920d77e7179ca58af618149fc51 (diff)
gettext for admin active
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_active.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/admin_active.html b/templates/admin_active.html
deleted file mode 100644
index a1b244be..00000000
--- a/templates/admin_active.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<form action="%link%" method="post">
- <p>
- Search Angel: <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" />
- </p>
- <p>
- Mark <input type="text" name="count" value="%count%" style="width: 30px;"/>most working angels as active <input type="submit" name="set_active" value="Preview" />
- </p>
- <p>
- %set_active%
- </p>
-</form>
-%msg%
-<table>
- <thead>
- <tr>
- <th>
- Nickname
- </th>
- <th>
- Size
- </th>
- <th>
- Shifts
- </th>
- <th>
- Length
- </th>
- <th>
- Active?
- </th>
- <th>
- T-shirt?
- </th>
- <th>
- Action
- </th>
- </tr>
- </thead>
- <tbody>
- %table%
- </tbody>
-</table>