diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-11 09:13:45 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-11 09:13:45 +0200 |
| commit | 6664dbb5863fe7fe730437fc44a53a817acaf1c0 (patch) | |
| tree | 4aaaaff372757ba8d6274a4e4a3502c8288d5705 /phpBB/styles/prosilver | |
| parent | 251b2ba28f2be2f9a889b931f5736279ce378e91 (diff) | |
| parent | 285b7a1f4c8dc3685efb04818747465e91be22c9 (diff) | |
| download | forums-6664dbb5863fe7fe730437fc44a53a817acaf1c0.tar forums-6664dbb5863fe7fe730437fc44a53a817acaf1c0.tar.gz forums-6664dbb5863fe7fe730437fc44a53a817acaf1c0.tar.bz2 forums-6664dbb5863fe7fe730437fc44a53a817acaf1c0.tar.xz forums-6664dbb5863fe7fe730437fc44a53a817acaf1c0.zip | |
Merge remote-tracking branch 'varunagw/ticket/12355' into develop-ascraeus
* varunagw/ticket/12355:
[ticket/12355] Topic Tools not fully updated when subscribing/bookmarking
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_topic_tools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html index ec17185bae..fcce2267c4 100644 --- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html +++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html @@ -7,14 +7,14 @@ <!-- EVENT viewtopic_topic_tools_before --> <!-- IF U_WATCH_TOPIC --> <li class="small-icon icon-<!-- IF S_WATCHING_TOPIC -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->"> - <a href="{U_WATCH_TOPIC}" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon icon-<!-- IF not S_WATCHING_TOPIC -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}"> + <a href="{U_WATCH_TOPIC}" class="watch-topic-link" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon icon-<!-- IF not S_WATCHING_TOPIC -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}" data-update-all=".watch-topic-link"> {S_WATCH_TOPIC_TITLE} </a> </li> <!-- ENDIF --> <!-- IF U_BOOKMARK_TOPIC --> <li class="small-icon icon-bookmark"> - <a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}" data-ajax="alt_text" data-alt-text="{S_BOOKMARK_TOGGLE}"> + <a href="{U_BOOKMARK_TOPIC}" class="bookmark-link" title="{L_BOOKMARK_TOPIC}" data-ajax="alt_text" data-alt-text="{S_BOOKMARK_TOGGLE}" data-update-all=".bookmark-link"> {S_BOOKMARK_TOPIC} </a> </li> |
