Changeset 2733658
- Timestamp:
- 05/30/2022 04:23:09 AM (4 years ago)
- Location:
- vab-forms-with-chart
- Files:
-
- 34 added
- 7 edited
-
tags/1.1.7 (added)
-
tags/1.1.7/admin (added)
-
tags/1.1.7/admin/admin.php (added)
-
tags/1.1.7/admin/index.php (added)
-
tags/1.1.7/images (added)
-
tags/1.1.7/images/delete.png (added)
-
tags/1.1.7/includes (added)
-
tags/1.1.7/includes/SHORTCODE.php (added)
-
tags/1.1.7/includes/VABFWC_CLASS (added)
-
tags/1.1.7/includes/VABFWC_CLASS/VABFWC_Class.php (added)
-
tags/1.1.7/includes/VABFWC_CLASS/VABFWC_Class_Adm.php (added)
-
tags/1.1.7/includes/VABFWC_CLASS/VABFWC_Class_Graphic.php (added)
-
tags/1.1.7/includes/VABFWC_CLASS/VABFWC_Forms_Protect.php (added)
-
tags/1.1.7/includes/VABFWC_CLASS/index.php (added)
-
tags/1.1.7/includes/autoload_classes.php (added)
-
tags/1.1.7/includes/controller.php (added)
-
tags/1.1.7/includes/css (added)
-
tags/1.1.7/includes/css/vabfwc-admin-styles.css (added)
-
tags/1.1.7/includes/css/vabfwc-styles.css (added)
-
tags/1.1.7/includes/del_dir.php (added)
-
tags/1.1.7/includes/index.php (added)
-
tags/1.1.7/includes/ip_address.php (added)
-
tags/1.1.7/includes/js (added)
-
tags/1.1.7/includes/js/vabfwc-scripts.js (added)
-
tags/1.1.7/includes/plugin_translation.php (added)
-
tags/1.1.7/includes/validation-functions.php (added)
-
tags/1.1.7/index.php (added)
-
tags/1.1.7/languages (added)
-
tags/1.1.7/languages/VABFWC-ru_RU.mo (added)
-
tags/1.1.7/languages/VABFWC-ru_RU.po (added)
-
tags/1.1.7/languages/VABFWC.pot (added)
-
tags/1.1.7/readme.txt (added)
-
tags/1.1.7/uninstall.php (added)
-
tags/1.1.7/vab-forms-with-chart.php (added)
-
trunk/includes/SHORTCODE.php (modified) (3 diffs)
-
trunk/includes/css/vabfwc-styles.css (modified) (2 diffs)
-
trunk/languages/VABFWC-ru_RU.mo (modified) (previous)
-
trunk/languages/VABFWC-ru_RU.po (modified) (3 diffs)
-
trunk/languages/VABFWC.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vab-forms-with-chart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vab-forms-with-chart/trunk/includes/SHORTCODE.php
r2721098 r2733658 89 89 $message_VABFWC = false; 90 90 $message_after_VABFWC = false; 91 $hasErrorAdMassage = ''; 91 92 if ( ! empty( $VABFWC_FORMSA ) ) { 92 93 $VABFWC_FORMSA = $VABFWC_FORMSA[$id]; … … 100 101 if ( isset( $_POST['submitres'] ) ) { 101 102 $CheckFieldsErorAd = $VABFWC_AD->CheckFields(); 102 if ( $CheckFieldsErorAd == true ) {103 if ( $CheckFieldsErorAd == true || empty( $_POST['resTable'] ) ) { 103 104 $hasErrorAd = true; 105 $hasErrorAdMassage = esc_html__( 'Confirm the reset by checking the box', 'VABFWC' ); 104 106 } 105 107 if ( $hasErrorAd !== true ) { … … 733 735 ECHO '<div class="contact_message"><span class="VABFWCotrazhenie" title="' . esc_attr( $sentYN ) . '">' . esc_html( $sentYN ) . '</span></div>'; 734 736 if ( !empty($VABFWC_FORMSA) ) { 737 ECHO !empty( $hasErrorAdMassage ) ? '<br /><span class="er">***</span> ' . esc_html( $hasErrorAdMassage ) . '<br />' : ''; 735 738 $VABFWC = new VABFWC_Class_Adm( $id ); 736 739 ECHO '<br>' . wp_kses( $VABFWC->ShoW(), $Class_Adm_Arg ); -
vab-forms-with-chart/trunk/includes/css/vabfwc-styles.css
r2712936 r2733658 53 53 padding:4px; 54 54 } 55 .vabfwc_spoiler-body, .formInput, .FormSContact input[type="text"].formInput{ 55 .vabfwc_spoiler-body, 56 .formInput, 57 .FormSContact input[type="text"].formInput, 58 .FormSContact input[type="checkbox"].formInput{ 56 59 display:none; 57 60 } 58 .vabfwc_spoiler-body, .vabfwc_spoiler-body input{59 background:#000; 61 .vabfwc_spoiler-body, 62 .vabfwc_spoiler-body input{ 60 63 color:#FFF; 61 64 border-radius:4px; … … 68 71 overflow:auto; 69 72 } 73 .vabfwc_spoiler-body input[type="submit"]{ 74 background:#000; 75 } 70 76 .vabfwc_spoiler-body a{ 71 77 color:#FFF!important; -
vab-forms-with-chart/trunk/languages/VABFWC-ru_RU.po
r2719930 r2733658 2 2 msgstr "" 3 3 "Project-Id-Version: Forms with chart from VAB\n" 4 "POT-Creation-Date: 2022-05- 07 22:16+0500\n"5 "PO-Revision-Date: 2022-05- 07 22:16+0500\n"4 "POT-Creation-Date: 2022-05-30 09:07+0500\n" 5 "PO-Revision-Date: 2022-05-30 09:08+0500\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: VAB Team <m@it-vab.ru>\n" … … 299 299 msgstr "Размер загруженного файла байт/Mb" 300 300 301 #: includes/SHORTCODE.php:134 301 #: includes/SHORTCODE.php:105 302 msgid "Confirm the reset by checking the box" 303 msgstr "Подтвердите сброс, поставив галочку" 304 305 #: includes/SHORTCODE.php:137 302 306 msgid "Message from the site" 303 307 msgstr "Сообщение с сайта" 304 308 305 #: includes/SHORTCODE.php:1 38309 #: includes/SHORTCODE.php:141 306 310 msgid "Form" 307 311 msgstr "Форма" 308 312 309 #: includes/SHORTCODE.php:14 2313 #: includes/SHORTCODE.php:145 310 314 msgid "Questionnaire content" 311 315 msgstr "Содержание анкеты" 312 316 313 #: includes/SHORTCODE.php:14 3317 #: includes/SHORTCODE.php:146 314 318 msgid "IP address" 315 319 msgstr "IP-адрес" 316 320 317 #: includes/SHORTCODE.php:14 5321 #: includes/SHORTCODE.php:148 318 322 msgid "The form author Vladimir Anatolyevich Brumer" 319 323 msgstr "Автор формы Владимир Анатольевич Брумер" 320 324 321 #: includes/SHORTCODE.php:15 4325 #: includes/SHORTCODE.php:157 322 326 msgid "Question" 323 327 msgstr "Вопрос" 324 328 325 #: includes/SHORTCODE.php:15 5329 #: includes/SHORTCODE.php:158 326 330 msgid "Possible answer" 327 331 msgstr "Вариант ответа" 328 332 329 #: includes/SHORTCODE.php:15 6333 #: includes/SHORTCODE.php:159 330 334 msgid "Your own answer" 331 335 msgstr "Свой вариант ответа" 332 336 333 #: includes/SHORTCODE.php:3 38337 #: includes/SHORTCODE.php:341 334 338 msgid "Links not allowed" 335 339 msgstr "Ссылки запрещены" 336 340 337 #: includes/SHORTCODE.php:48 2341 #: includes/SHORTCODE.php:485 338 342 msgid " One or more files exceed the allowed size " 339 343 msgstr " Один или несколько файлов превышают допустимый размер " 340 344 341 #: includes/SHORTCODE.php:48 2 includes/SHORTCODE.php:503345 #: includes/SHORTCODE.php:485 includes/SHORTCODE.php:506 342 346 msgid " Мб" 343 347 msgstr "Mb" 344 348 345 #: includes/SHORTCODE.php:4 87349 #: includes/SHORTCODE.php:490 346 350 msgid " One or more files are not in a valid format" 347 351 msgstr " Один или несколько файлов имеют недопустимый формат" 348 352 349 #: includes/SHORTCODE.php:4 88353 #: includes/SHORTCODE.php:491 350 354 msgid "File" 351 355 msgstr "Файл" 352 356 353 #: includes/SHORTCODE.php:4 89357 #: includes/SHORTCODE.php:492 354 358 msgid "have extension" 355 359 msgstr "имеет расширение" 356 360 357 #: includes/SHORTCODE.php:50 3361 #: includes/SHORTCODE.php:506 358 362 msgid " The total size of files exceeds the allowed size " 359 363 msgstr " Общий размер файлов превышает допустимый размер" 360 364 361 #: includes/SHORTCODE.php:54 3365 #: includes/SHORTCODE.php:546 362 366 msgid "Data array is empty" 363 367 msgstr "Массив с данными пуст" 364 368 365 #: includes/SHORTCODE.php:54 5369 #: includes/SHORTCODE.php:548 366 370 msgid "Text input field..." 367 371 msgstr "Поле для ввода текста..." 368 372 369 #: includes/SHORTCODE.php:54 6373 #: includes/SHORTCODE.php:549 370 374 msgid "Write your answer" 371 375 msgstr "Напишите Ваш вариант ответа" 372 376 373 #: includes/SHORTCODE.php:5 48377 #: includes/SHORTCODE.php:551 374 378 msgid "Your message was successfully sent" 375 379 msgstr "Ваше сообщение успешно отправлено" 376 380 377 #: includes/SHORTCODE.php:5 49381 #: includes/SHORTCODE.php:552 378 382 msgid "Message not sent" 379 383 msgstr "Сообщение не отправлено" 380 384 381 #: includes/SHORTCODE.php:5 59385 #: includes/SHORTCODE.php:562 382 386 msgid "The results are displayed at the end of the questionnaire" 383 387 msgstr "Результаты отображаются в конце анкеты" 384 388 385 #: includes/SHORTCODE.php:56 0389 #: includes/SHORTCODE.php:563 386 390 msgid "" 387 391 "Results will be displayed after filling out and sending the questionnaire" 388 392 msgstr "Результаты будут отображены после заполнения и отправки анкеты" 389 393 390 #: includes/SHORTCODE.php:59 2394 #: includes/SHORTCODE.php:599 391 395 msgid "URL input field" 392 396 msgstr "Поле для ввода URL" 393 397 394 #: includes/SHORTCODE.php: 598398 #: includes/SHORTCODE.php:605 395 399 msgid "Phone input field" 396 400 msgstr "Поле для ввода телефона" 397 401 398 #: includes/SHORTCODE.php:6 04402 #: includes/SHORTCODE.php:611 399 403 msgid "Email input field" 400 404 msgstr "Поле для ввода Email" 401 405 402 #: includes/SHORTCODE.php:61 0406 #: includes/SHORTCODE.php:617 403 407 msgid "Input field type «Date»" 404 408 msgstr "Тип поля для ввода «Дата»" 405 409 406 #: includes/SHORTCODE.php:6 16410 #: includes/SHORTCODE.php:623 407 411 msgid "Input field type «Range»" 408 412 msgstr "Тип поля ввода «Слайдер»" 409 413 410 #: includes/SHORTCODE.php:6 16414 #: includes/SHORTCODE.php:623 411 415 msgid "Input field type «Number»" 412 416 msgstr "Тип поля ввода «Номер»" 413 417 414 #: includes/SHORTCODE.php:6 39418 #: includes/SHORTCODE.php:646 415 419 msgid "Input field type «Dropdown list»" 416 420 msgstr "Тип поля «Раскрывающийся список»" 417 421 418 #: includes/SHORTCODE.php:64 1422 #: includes/SHORTCODE.php:648 419 423 msgid "Choose a variant" 420 424 msgstr "Выберите вариант" 421 425 422 #: includes/SHORTCODE.php:67 0 includes/SHORTCODE.php:674423 #: includes/SHORTCODE.php:6 75includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:50426 #: includes/SHORTCODE.php:677 includes/SHORTCODE.php:681 427 #: includes/SHORTCODE.php:682 includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:50 424 428 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:69 425 429 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:87 … … 427 431 msgstr "Другое" 428 432 429 #: includes/SHORTCODE.php: 697433 #: includes/SHORTCODE.php:704 430 434 msgid " Sorry, the message was not sent." 431 435 msgstr " Извините, сообщение не было отправлено." 432 436 433 #: includes/SHORTCODE.php:70 1includes/controller.php:14437 #: includes/SHORTCODE.php:708 includes/controller.php:14 434 438 msgid "Select files" 435 439 msgstr "Выберите файлы" 436 440 437 #: includes/SHORTCODE.php:70 2441 #: includes/SHORTCODE.php:709 438 442 msgid "Valid File Format" 439 443 msgstr "Допустимый формат файлов" 440 444 441 #: includes/SHORTCODE.php:7 15445 #: includes/SHORTCODE.php:722 442 446 msgid "Resetting the filled fields" 443 447 msgstr "Сброс заполненных полей" 444 448 445 #: includes/SHORTCODE.php:7 17includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46449 #: includes/SHORTCODE.php:724 includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46 446 450 msgid "Send" 447 451 msgstr "Отправить" 448 452 449 #: includes/SHORTCODE.php:7 26453 #: includes/SHORTCODE.php:733 450 454 msgid "Table deleted successfully" 451 455 msgstr "Таблица успешно удалена" -
vab-forms-with-chart/trunk/languages/VABFWC.pot
r2719930 r2733658 4 4 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 5 5 "Project-Id-Version: Forms with chart from VAB\n" 6 "POT-Creation-Date: 2022-05- 07 22:16+0500\n"6 "POT-Creation-Date: 2022-05-30 09:07+0500\n" 7 7 "PO-Revision-Date: 2022-02-22 15:05+0500\n" 8 8 "Last-Translator: \n" … … 295 295 msgstr "" 296 296 297 #: includes/SHORTCODE.php:134 297 #: includes/SHORTCODE.php:105 298 msgid "Confirm the reset by checking the box" 299 msgstr "" 300 301 #: includes/SHORTCODE.php:137 298 302 msgid "Message from the site" 299 303 msgstr "" 300 304 301 #: includes/SHORTCODE.php:1 38305 #: includes/SHORTCODE.php:141 302 306 msgid "Form" 303 307 msgstr "" 304 308 305 #: includes/SHORTCODE.php:14 2309 #: includes/SHORTCODE.php:145 306 310 msgid "Questionnaire content" 307 311 msgstr "" 308 312 309 #: includes/SHORTCODE.php:14 3313 #: includes/SHORTCODE.php:146 310 314 msgid "IP address" 311 315 msgstr "" 312 316 313 #: includes/SHORTCODE.php:14 5317 #: includes/SHORTCODE.php:148 314 318 msgid "The form author Vladimir Anatolyevich Brumer" 315 319 msgstr "" 316 320 317 #: includes/SHORTCODE.php:15 4321 #: includes/SHORTCODE.php:157 318 322 msgid "Question" 319 323 msgstr "" 320 324 321 #: includes/SHORTCODE.php:15 5325 #: includes/SHORTCODE.php:158 322 326 msgid "Possible answer" 323 327 msgstr "" 324 328 325 #: includes/SHORTCODE.php:15 6329 #: includes/SHORTCODE.php:159 326 330 msgid "Your own answer" 327 331 msgstr "" 328 332 329 #: includes/SHORTCODE.php:3 38333 #: includes/SHORTCODE.php:341 330 334 msgid "Links not allowed" 331 335 msgstr "" 332 336 333 #: includes/SHORTCODE.php:48 2337 #: includes/SHORTCODE.php:485 334 338 msgid " One or more files exceed the allowed size " 335 339 msgstr "" 336 340 337 #: includes/SHORTCODE.php:48 2 includes/SHORTCODE.php:503341 #: includes/SHORTCODE.php:485 includes/SHORTCODE.php:506 338 342 msgid " Мб" 339 343 msgstr "" 340 344 341 #: includes/SHORTCODE.php:4 87345 #: includes/SHORTCODE.php:490 342 346 msgid " One or more files are not in a valid format" 343 347 msgstr "" 344 348 345 #: includes/SHORTCODE.php:4 88349 #: includes/SHORTCODE.php:491 346 350 msgid "File" 347 351 msgstr "" 348 352 349 #: includes/SHORTCODE.php:4 89353 #: includes/SHORTCODE.php:492 350 354 msgid "have extension" 351 355 msgstr "" 352 356 353 #: includes/SHORTCODE.php:50 3357 #: includes/SHORTCODE.php:506 354 358 msgid " The total size of files exceeds the allowed size " 355 359 msgstr "" 356 360 357 #: includes/SHORTCODE.php:54 3361 #: includes/SHORTCODE.php:546 358 362 msgid "Data array is empty" 359 363 msgstr "" 360 364 361 #: includes/SHORTCODE.php:54 5365 #: includes/SHORTCODE.php:548 362 366 msgid "Text input field..." 363 367 msgstr "" 364 368 365 #: includes/SHORTCODE.php:54 6369 #: includes/SHORTCODE.php:549 366 370 msgid "Write your answer" 367 371 msgstr "" 368 372 369 #: includes/SHORTCODE.php:5 48373 #: includes/SHORTCODE.php:551 370 374 msgid "Your message was successfully sent" 371 375 msgstr "" 372 376 373 #: includes/SHORTCODE.php:5 49377 #: includes/SHORTCODE.php:552 374 378 msgid "Message not sent" 375 379 msgstr "" 376 380 377 #: includes/SHORTCODE.php:5 59381 #: includes/SHORTCODE.php:562 378 382 msgid "The results are displayed at the end of the questionnaire" 379 383 msgstr "" 380 384 381 #: includes/SHORTCODE.php:56 0385 #: includes/SHORTCODE.php:563 382 386 msgid "" 383 387 "Results will be displayed after filling out and sending the questionnaire" 384 388 msgstr "" 385 389 386 #: includes/SHORTCODE.php:59 2390 #: includes/SHORTCODE.php:599 387 391 msgid "URL input field" 388 392 msgstr "" 389 393 390 #: includes/SHORTCODE.php: 598394 #: includes/SHORTCODE.php:605 391 395 msgid "Phone input field" 392 396 msgstr "" 393 397 394 #: includes/SHORTCODE.php:6 04398 #: includes/SHORTCODE.php:611 395 399 msgid "Email input field" 396 400 msgstr "" 397 401 398 #: includes/SHORTCODE.php:61 0402 #: includes/SHORTCODE.php:617 399 403 msgid "Input field type «Date»" 400 404 msgstr "" 401 405 402 #: includes/SHORTCODE.php:6 16406 #: includes/SHORTCODE.php:623 403 407 msgid "Input field type «Range»" 404 408 msgstr "" 405 409 406 #: includes/SHORTCODE.php:6 16410 #: includes/SHORTCODE.php:623 407 411 msgid "Input field type «Number»" 408 412 msgstr "" 409 413 410 #: includes/SHORTCODE.php:6 39414 #: includes/SHORTCODE.php:646 411 415 msgid "Input field type «Dropdown list»" 412 416 msgstr "" 413 417 414 #: includes/SHORTCODE.php:64 1418 #: includes/SHORTCODE.php:648 415 419 msgid "Choose a variant" 416 420 msgstr "" 417 421 418 #: includes/SHORTCODE.php:67 0 includes/SHORTCODE.php:674419 #: includes/SHORTCODE.php:6 75422 #: includes/SHORTCODE.php:677 includes/SHORTCODE.php:681 423 #: includes/SHORTCODE.php:682 420 424 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:50 421 425 #: includes/VABFWC_CLASS/VABFWC_Class_Graphic.php:69 … … 424 428 msgstr "" 425 429 426 #: includes/SHORTCODE.php: 697430 #: includes/SHORTCODE.php:704 427 431 msgid " Sorry, the message was not sent." 428 432 msgstr "" 429 433 430 #: includes/SHORTCODE.php:70 1includes/controller.php:14434 #: includes/SHORTCODE.php:708 includes/controller.php:14 431 435 msgid "Select files" 432 436 msgstr "" 433 437 434 #: includes/SHORTCODE.php:70 2438 #: includes/SHORTCODE.php:709 435 439 msgid "Valid File Format" 436 440 msgstr "" 437 441 438 #: includes/SHORTCODE.php:7 15442 #: includes/SHORTCODE.php:722 439 443 msgid "Resetting the filled fields" 440 444 msgstr "" 441 445 442 #: includes/SHORTCODE.php:7 17includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46446 #: includes/SHORTCODE.php:724 includes/VABFWC_CLASS/VABFWC_Class_Adm.php:46 443 447 msgid "Send" 444 448 msgstr "" 445 449 446 #: includes/SHORTCODE.php:7 26450 #: includes/SHORTCODE.php:733 447 451 msgid "Table deleted successfully" 448 452 msgstr "" -
vab-forms-with-chart/trunk/readme.txt
r2723657 r2733658 7 7 Requires PHP: 5.6.20 8 8 Tested up to: 6.0 9 Stable tag: 1.1. 69 Stable tag: 1.1.7 10 10 License: GPLv2 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 207 207 == Changelog == 208 208 209 = 1.1.7 = 210 211 * Minor styles tweaks; 212 * Bugfix - table reset for administrator was performed without checkbox set; 213 209 214 = 1.1.6 = 210 215 -
vab-forms-with-chart/trunk/vab-forms-with-chart.php
r2721098 r2733658 7 7 * Author: Vladimir Anatol`evich Brumer 8 8 * License: GPLv2 9 * Version: 1.1. 69 * Version: 1.1.7 10 10 * 11 11 * Text Domain: VABFWC … … 19 19 } 20 20 if ( ! defined( 'VABFWC_VERSION' ) ) { 21 define( 'VABFWC_VERSION', '1.1.6' );21 define( 'VABFWC_VERSION', '1.1.7' ); 22 22 } 23 23 if ( ! defined( 'VABFWCGSU' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.