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
5a2e5584
Commit
5a2e5584
authored
Apr 10, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会員編集画面修正
parent
f6049e82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/main/webapp/WEB-INF/view/sp/user/userEdit/uEdit.html
+3
-4
No files found.
src/main/webapp/WEB-INF/view/sp/user/userEdit/uEdit.html
View file @
5a2e5584
...
...
@@ -25,17 +25,16 @@ $!tools.getMsg("pointUse")
$!tools.getMsg("Email")
<label
for=
"mainPcEmail"
class=
"area_title"
>
E-mail(メイン)
<sup>
※
</sup></label>
<input
type=
"text"
id=
"mainPcEmail"
name=
"mainPcEmail"
size=
"40"
maxlength=
"128"
value=
"$!escape.html($!userEditForm.mainPcEmail)"
>
<p
class=
"indent01"
>
※E-mail(メイン)は必須です。
</p>
<p
class=
"indent01"
>
※ドメイン指定受信をされている方は[city.ichikawa.lg.jp]をドメインに追加していただく必要があります。
</p>
</div>
<div
class=
"dot_line02"
></div>
<div
data-role=
"fieldcontain"
>
$!tools.getMsg("subPcEmail")
$!tools.getMsg("Email")
<label
for=
"subPcEmail"
class=
"area_title"
>
E-mail(サブ)
<sup>
※
</sup></label>
<label
for=
"subPcEmail"
class=
"area_title"
>
E-mail(サブ)
</label>
<input
type=
"text"
id=
"subPcEmail"
name=
"subPcEmail"
size=
"40"
maxlength=
"128"
value=
"$!escape.html($!{userEditForm.subPcEmail})"
>
<p
class=
"indent01"
>
※E-mail(メイン)は必須です。
</p>
<p
class=
"indent01"
>
※ドメイン指定受信をされている方は[city.ichikawa.lg.jp]をドメインに追加していただく必要があります。
</p>
</div>
<div
class=
"dot_line02"
></div>
...
...
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