Changeset 1380265
- Timestamp:
- 03/28/2016 11:22:40 AM (10 years ago)
- Location:
- webcourier/trunk
- Files:
-
- 2 edited
-
js/ControllerPesquisaAdd.js (modified) (1 diff)
-
views/pesquisa_add.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webcourier/trunk/js/ControllerPesquisaAdd.js
r1367828 r1380265 6 6 $scope.vm.search_form_questions = questions_search == {} ? false : questions_search; 7 7 $scope.vm.surveyTitle = ""; 8 $scope.vm.surveyFrom = "";8 $scope.vm.surveyFrom = admin_email; 9 9 $scope.vm.surveyUrl = ""; 10 10 $scope.vm.surveyText = ""; -
webcourier/trunk/views/pesquisa_add.php
r1373354 r1380265 28 28 $survey_idx = 9999999999; 29 29 } 30 30 $admin_email = get_option('admin_email'); 31 31 ?> 32 32 <html> … … 194 194 var url = '<?= $pesquisa_url; ?>'; 195 195 var currentEvent = '<?= $currentEvento ? $currentEvento : '0'; ?>'; 196 var admin_email = '<?= $admin_email ? $admin_email : ''; ?>'; 196 197 </script>
Note: See TracChangeset
for help on using the changeset viewer.