diff options
| author | 2014-07-05 09:55:09 -0400 | |
|---|---|---|
| committer | 2014-07-07 19:34:38 -0400 | |
| commit | 92f1d6d6581061fe81bdd44f5c82086ea03dd2fb (patch) | |
| tree | d3d5f211f13d0e1479a802f61ccab0ed23628ac9 /app/layout | |
| parent | 41c2966543347821df9e73d5a2ddba75dc8b2a93 (diff) | |
Add confirmation on button as well
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index c7a189cce..b7eee664a 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -181,7 +181,7 @@ ?> <div class="stick" id="nav_menu_read_all"> - <a class="read_all btn" href="<?php echo $markReadUrl; ?>"><?php echo Minz_Translate::t ('mark_read'); ?></a> + <a class="read_all btn confirm" href="<?php echo $markReadUrl; ?>"><?php echo Minz_Translate::t ('mark_read'); ?></a> <div class="dropdown"> <div id="dropdown-read" class="dropdown-target"></div> |
