Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
172db945
Commit
172db945
authored
Apr 26, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一時保存の時、配信対象非表示
parent
092b872b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/main/webapp/WEB-INF/view/admin/mail/mailEdit.html
+2
-2
src/main/webapp/WEB-INF/view/admin/mail/mailEditConfirm.html
+3
-1
No files found.
src/main/webapp/WEB-INF/view/admin/mail/mailEdit.html
View file @
172db945
...
...
@@ -177,7 +177,7 @@
<button class="button" onclick="save_mail('2'); return false;">一時保存</button>
</td>
</tr>
-->
<tr id="send_target">
<td style="vertical-align:top">配信対象</td>
<td>
...
...
@@ -189,7 +189,7 @@
#if($!tools.getMsg("deliveryTargetType")) <BR>$tools.getMsg("deliveryTargetType") #end
</td>
</tr>
-->
</tr>
<tr>
<td
style=
"vertical-align:top"
>
テスト配信
</td>
...
...
src/main/webapp/WEB-INF/view/admin/mail/mailEditConfirm.html
View file @
172db945
...
...
@@ -127,8 +127,10 @@ function centerPopup(){
<td>
#if ($!mailRegistForm.deliveryTargetType == "0")
PC用のアドレスのみ
#else
#else
if ($!mailRegistForm.deliveryTargetType == "1")
携帯用のアドレスのみ
#else
E-mail(メイン)、E-mail(サブ)
#end
</td>
##
<input
type=
"hidden"
name=
"deliveryTargetType"
value=
"$!mailRegistForm.deliveryTargetType"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment