Plugin Directory

Changeset 1380265


Ignore:
Timestamp:
03/28/2016 11:22:40 AM (10 years ago)
Author:
dgledson
Message:

adicionado de automatico

Location:
webcourier/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webcourier/trunk/js/ControllerPesquisaAdd.js

    r1367828 r1380265  
    66            $scope.vm.search_form_questions = questions_search == {} ? false : questions_search;
    77            $scope.vm.surveyTitle = "";
    8             $scope.vm.surveyFrom = "";
     8            $scope.vm.surveyFrom = admin_email;
    99            $scope.vm.surveyUrl = "";
    1010            $scope.vm.surveyText = "";
  • webcourier/trunk/views/pesquisa_add.php

    r1373354 r1380265  
    2828    $survey_idx = 9999999999;
    2929}
    30 
     30$admin_email = get_option('admin_email');
    3131?>
    3232<html>
     
    194194            var url = '<?= $pesquisa_url; ?>';
    195195            var currentEvent = '<?= $currentEvento ? $currentEvento : '0'; ?>';
     196            var admin_email = '<?= $admin_email ? $admin_email : '';  ?>';
    196197</script>
Note: See TracChangeset for help on using the changeset viewer.