Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2d58e81d
authored
2024-04-08 15:43:55 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Notifications from list
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
26d657cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/Notifications/views/create.php
com/Notifications/views/create.php
View file @
2d58e81
...
...
@@ -137,7 +137,7 @@ $event_newsletterFr = get_post($event_newsletterFrId);
)
==
$group
->
getID
())
?
'selected="selected"'
:
""
;
?>
>
<?php
echo
$group
->
getName
();
?>
</option>
<?php
};
?>
<option
value=
"
uploadlist"
<?php
echo
(
$validation
->
set_value
(
'sendto'
)
==
"uploadlis
t"
)
<option
value=
"
report"
<?php
echo
(
$validation
->
set_value
(
'sendto'
)
==
"repor
t"
)
?
'selected="selected"'
:
""
;
?>
>
Upload List by CSV
</option>
</optgroup>
...
...
@@ -351,7 +351,7 @@ endforeach;
$(document).on('change', '#sendto', function() {
if ($(this).val() == '
uploadlis
t') {
if ($(this).val() == '
repor
t') {
$(this).hide();
$('#uploadcsv').show();
}
...
...
Please
register
or
sign in
to post a comment