Changeset 2649392
- Timestamp:
- 12/27/2021 10:06:40 AM (4 years ago)
- Location:
- calltouch/trunk
- Files:
-
- 2 edited
-
calltouch.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
calltouch/trunk/calltouch.php
r2649381 r2649392 4 4 Plugin URI: https://www.calltouch.ru 5 5 Description: Интеграция с Calltouch позволит вам эффективно анализировать отдачу ваших рекламных кампаний: вы узнаете сколько тратите на рекламу, сколько эта реклама приносит вам звонков и заявок, и главное, сколько эти лиды приносят вам реальной выручки. 6 Version: 1.3. 26 Version: 1.3.3 7 7 License: GPL2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 180 180 tr.innerHTML = 181 181 '<th scope="row"><label for="calltouch-mod-id-'+(modIdCount+1)+'">ID счетчика Calltouch #<span class="calltouch-mod-id-num">'+(modIdCount+1)+'</span></label></th>' + 182 '<td><input class="calltouch-mod-id" maxlength="8" id="calltouch-mod-id-'+(modIdCount+1)+' name="mod_id[]" type="text" value=""/>' +182 '<td><input class="calltouch-mod-id" maxlength="8" id="calltouch-mod-id-'+(modIdCount+1)+'" name="mod_id[]" type="text" value=""/>' + 183 183 ' <a id="calltouch-del-mod-id" class="button button-primary calltouch-del-mod-id">удалить</a>' + 184 184 '<div style="color: red" class="calltouch-mod-error"></div>' + -
calltouch/trunk/readme.txt
r2649381 r2649392 4 4 Requires at least: 3.0 5 5 Tested up to: 5.8 6 Stable tag: 1.3. 26 Stable tag: 1.3.3 7 7 Requires PHP: 5.0.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.