diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-12-19 14:21:51 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-12-19 14:21:51 +0100 |
commit | bb64fc9350d9159ea23f415de7964b6a4b2123d4 (patch) | |
tree | a89144c943c43c8b9599800d3bc9f4245850b740 /system/application/views/file/html_header.php | |
parent | 0d313a32f230071fcb53c84efe0e0e7296bcee46 (diff) |
add deleteion support to the webui
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/html_header.php')
-rw-r--r-- | system/application/views/file/html_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/views/file/html_header.php b/system/application/views/file/html_header.php index b7e27315d..52ffab007 100644 --- a/system/application/views/file/html_header.php +++ b/system/application/views/file/html_header.php @@ -11,7 +11,7 @@ <a class="raw_link no" href="<?php echo $raw_link; ?>">Raw</a> | <a class="raw_link no" href="<?php echo $plain_link; ?>">Plain</a> | Currently: <?php echo $current_highlight; ?> | - Timeout: <?php echo $timeout; ?> + Timeout: <a class="raw_link no" href="<?php echo $delete_link; ?>" title="delete"><?php echo $timeout; ?></a> <div style="float:right;"> <a class="raw_link no" href="<?php echo $auto_link; ?>">Code</a> | <a class="raw_link no" href="<?php echo $rmd_link; ?>">Render Markdown</a> |