Change history and refresh controls title

This commit is contained in:
Dmitriy Simushev 2013-01-23 12:00:19 +00:00
parent 1f3e727c17
commit abac28fa46
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<div class="tpl-image" title="{{L10n "chat.window.toolbar.refresh"}}"></div>
<div class="tpl-image" title="{{L10n "page.analysis.userhistory.title"}}"></div>
{{! Use div with ".control-config" class and its data-* attributes to pass data to the JavaScript app}}
<div class="control-config" data-win-params="toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=720,height=560,resizable=1"></div>

View File

@ -1 +1 @@
<div class="tpl-image" title="{{L10n "page.analysis.userhistory.title"}}"></div>
<div class="tpl-image" title="{{L10n "chat.window.toolbar.refresh"}}"></div>

File diff suppressed because one or more lines are too long