Merged from sub repository (updated ckeditor, filters - step 3)

Release commit
This commit is contained in:
RainLoop Team 2014-12-06 01:01:33 +04:00
parent ec7324b061
commit 42b8a446c6
464 changed files with 10395 additions and 1303 deletions

View file

@ -1 +1 @@
1.8
1.9

View file

@ -1,14 +1,14 @@
<div class="recaptcha-control-group" id="recaptcha-place" style="display: none">
<div class="control-group">
<div id="recaptcha_image" style="border-radius: 3px"></div>
</div>
<div class="control-group">
<div class="input-append">
<input class="i18n inputLoginForm inputCAPTCHA span4" type="text" autocomplete="off"
id="recaptcha_response_field" data-i18n-placeholder="PLUGIN/LABEL_ENTER_THE_WORDS_ABOVE" />
<span class="add-on">
<i class="icon-repeat" onclick="Recaptcha.reload()" style="cursor: pointer"></i>
</span>
</div>
</div>
<div class="recaptcha-control-group" id="recaptcha-place" style="display: none">
<div class="controls">
<div id="recaptcha_image" style="border-radius: 3px"></div>
</div>
<div class="controls">
<div class="input-append">
<input class="i18n input-block-level inputLoginForm inputCAPTCHA" type="text" autocomplete="off"
id="recaptcha_response_field" data-i18n-placeholder="PLUGIN/LABEL_ENTER_THE_WORDS_ABOVE" />
<span class="add-on">
<i class="icon-repeat" onclick="Recaptcha.reload()" style="cursor: pointer"></i>
</span>
</div>
</div>
</div>