Soften the content loading text.

This commit is contained in:
Mateusz Uzdowski 2013-05-28 14:55:20 +12:00
parent 7325bc067e
commit 0392d91018
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
$Content
<% if IFrameURL %>
<span id="Iframepage-loading" style="display: none;">External content is loading...</span>
<span id="Iframepage-loading" style="display: none;">Loading content...</span>
<iframe id="Iframepage-iframe" style="$Style" src="$IFrameURL" class="$Class">$AlternateContent</iframe>
<% end_if %>
$BottomContent