Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master sg multiemail validate - INTO DEV #245

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/gocdb_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
<field>
<fname>EMAIL</fname>
<length>255</length>
<regex>/^([0-9a-zA-Z]+[-._])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$/</regex>
<regex>/^((([0-9a-zA-Z]+[-._])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6});)*(([0-9a-zA-Z]+[-._])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6});?$/</regex>
</field>
</entity>
<!-- ========================================================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<input type="text" value="<?php xecho($sg->getName()) ?>" name="name" class="input_input_text">
<span class="input_name">Description</span>
<input type="text" value="<?php xecho($sg->getDescription()) ?>" name="description" class="input_input_text">
<span class="input_name">Contact E-Mail *<span class="input_syntax" >(valid email format)</span></span>
<span class="input_name">Contact E-Mail *<span class="input_syntax" >(valid email format, semicolon separated without spaces)</span></span>
<input type="text" value="<?php xecho($sg->getEmail()) ?>" name="email" class="input_input_text">
<span class="input_name">Should this service group be Monitored?</span>
<input class="add_edit_form" style="width: auto; display: inline;" type="checkbox" name="monitored" value="" <?php if($sg->getMonitored() == true) echo " checked=\"checked\""; ?> />
Expand Down Expand Up @@ -41,4 +41,4 @@
'#optionalScopeCheckBoxDIV',
true);
});
</script>
</script>