diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-05-10 14:40:45 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-05-10 14:40:45 +0200 |
commit | acfc673999bd23c47156d72d6cc985b0194a2e1c (patch) | |
tree | a1e7659a643a8a44e66be4c5964781fa1be5e6c5 | |
parent | 93e06f76dfa2cb49a2edfcb6b70dd3c6cf3272d6 (diff) |
Replace timeout (delete) link with info link
The delete link won't ask for confirmation anymore, so don't use it.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | application/views/file/html_header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index b2c49c3b2..9022f54e0 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -10,8 +10,9 @@ <a class="raw_link no" href="<?php echo site_url(); ?>">New</a> | <a class="raw_link no" href="<?php echo site_url($id); ?>">Raw</a> | <a class="raw_link no" href="<?php echo site_url($id."/plain"); ?>">Plain</a> | + <a class="raw_link no" href="<?php echo site_url($id."/info"); ?>">Info</a> | Currently: <?php echo $current_highlight; ?> | - Timeout: <a class="raw_link no" href="<?php echo site_url("file/delete/".$id); ?>" title="delete"><?php echo $timeout; ?></a> + Timeout: <?php echo $timeout; ?> <div style="float:right;"> <a class="raw_link no" href="<?php echo site_url($id)."/"; ?>">Code</a> | <a class="raw_link no" href="<?php echo site_url($id."/rmd"); ?>">Render Markdown</a> |