summaryrefslogtreecommitdiffstats
path: root/application/views/user/apikeys.php
diff options
context:
space:
mode:
authorMarkus Cisler <m@kuchen.io>2013-09-22 14:12:01 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-22 16:30:56 +0200
commit43b23943ef3d9ce20accf250bb796b0b9454e8a4 (patch)
tree59a4b84c368a4669f8898dd1a14f46990f787b46 /application/views/user/apikeys.php
parentf872de7d981eeeb506f23c99412bb7de584c661d (diff)
fix forms on so called medium device desktops
Diffstat (limited to 'application/views/user/apikeys.php')
-rw-r--r--application/views/user/apikeys.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/views/user/apikeys.php b/application/views/user/apikeys.php
index ddc1d56db..02a11767c 100644
--- a/application/views/user/apikeys.php
+++ b/application/views/user/apikeys.php
@@ -19,8 +19,8 @@
<td><?php echo date("Y/m/d H:i", $item["created"]); ?></td>
<td>
<?php echo form_open("user/delete_apikey", array("style" => "margin-bottom: 0")); ?>
- <?php echo form_hidden("key", $item["key"]); ?>
- <button class="btn btn-danger btn-xs" type="submit">Delete</input>
+ <?php echo form_hidden("key", $item["key"]); ?>
+ <button class="btn btn-danger btn-xs" type="submit">Delete</input>
</form>
</td>
</tr>
@@ -30,7 +30,7 @@
<p>
<?php echo form_open('user/create_apikey', array("class" => "form-inline")); ?>
- <input type="text" name="comment" placeholder="Comment" class="form-control" style="width: 200px;"/>
- <input class="btn btn-primary" type="submit" value="Create a new key" name="process" />
- </form>
+ <input type="text" name="comment" placeholder="Comment" class="form-control" style="width: 200px;"/>
+ <input class="btn btn-primary" type="submit" value="Create a new key" name="process" />
+</form>
</p>