2015-02-08 19:40:15 +00:00
|
|
|
title: $:/core/ui/PageTemplate/pluginreloadwarning
|
|
|
|
tags: $:/tags/PageTemplate
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/
|
|
|
|
|
2015-02-10 23:17:50 +00:00
|
|
|
<$list filter="[has[plugin-type]haschanged[]!plugin-type[import]limit[1]]">
|
2015-02-08 19:40:15 +00:00
|
|
|
|
|
|
|
<$reveal type="nomatch" state="$:/temp/HidePluginWarning" text="yes">
|
|
|
|
|
|
|
|
<div class="tc-plugin-reload-warning">
|
|
|
|
|
|
|
|
<$set name="tv-config-toolbar-class" value="">
|
|
|
|
|
|
|
|
<<lingo PluginReloadWarning>> <$button set="$:/temp/HidePluginWarning" setTo="yes" class="tc-btn-invisible">{{$:/core/images/close-button}}</$button>
|
|
|
|
|
|
|
|
</$set>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
</$list>
|