summaryrefslogtreecommitdiffstats
path: root/templates/part.addnew.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.addnew.php')
-rw-r--r--templates/part.addnew.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/templates/part.addnew.php b/templates/part.addnew.php
index b3e02afdf..d48e7b516 100644
--- a/templates/part.addnew.php
+++ b/templates/part.addnew.php
@@ -1,7 +1,15 @@
<li class="add-new">
- <a class="list-title list-title-with-icon"
- data-apps-slide-toggle=".add-new-popup"
- href="#">+ <span><?php p($l->t('Add Website'))?></span></a>
+ <div class="list-title list-title-with-icon heading"
+ ng-mouseover="longadd=true"
+ ng-mouseleave="longadd=false">
+
+ <button data-apps-slide-toggle=".add-new-popup"
+ ng-hide="longadd"
+ >+ </button>
+ <button data-apps-slide-toggle=".add-new-popup"
+ ng-show="longadd"
+ >+ <?php p($l->t('Add Website'))?></button>
+ </div>
<div class="add-new-popup">