diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-06-06 18:07:30 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-06-06 18:07:30 +0200 |
| commit | 0290cb4779bf410da5561151c50b96e5e48ea7bb (patch) | |
| tree | 3b9a55ea2a43864f818d93f065c073c147d462e1 | |
| parent | 96478f6d101ce9690c68058e120d48a80748f6b1 (diff) | |
| download | phorkie-0290cb4779bf410da5561151c50b96e5e48ea7bb.tar.gz phorkie-0290cb4779bf410da5561151c50b96e5e48ea7bb.zip | |
tooltip for button
| -rw-r--r-- | data/templates/edit-file.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm index 5f875cc..b84b42b 100644 --- a/data/templates/edit-file.htm +++ b/data/templates/edit-file.htm @@ -8,7 +8,7 @@ {% endif %} <div class="row-fluid"> <div class="span1"> - <a class="btn additional-btn" href="#" onclick="toggleAdditional(this); return false;" style="display:none"> + <a class="btn additional-btn" href="#" onclick="toggleAdditional(this); return false;" style="display:none" title="Show additional options"> <i class="icon-chevron-up"></i> </a> </div> |
