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
c841112b
Commit
c841112b
authored
2 years ago
by
Kazuki Nakamura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【会員情報の「電話」項目必須対応】
parent
a58678aa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
src/main/java/jp/agentec/sinaburocast/form/admin/member/MemberEditForm.java
+1
-0
src/main/java/jp/agentec/sinaburocast/form/user/UserEditForm.java
+1
-0
src/main/webapp/WEB-INF/view/admin/member/memberEdit.html
+2
-2
src/main/webapp/WEB-INF/view/admin/member/memberInput.html
+2
-2
src/main/webapp/WEB-INF/view/user/userEdit/uEdit.html
+1
-1
No files found.
src/main/java/jp/agentec/sinaburocast/form/admin/member/MemberEditForm.java
View file @
c841112b
...
...
@@ -76,6 +76,7 @@ public class MemberEditForm {
@Maxlength
(
maxlength
=
256
,
msg
=
@Msg
(
key
=
"errors.maxlength"
),
arg0
=
@Arg
(
key
=
"labels.buildingName"
))
public
String
buildingName
;
@Required
(
msg
=
@Msg
(
key
=
"errors.required"
),
arg0
=
@Arg
(
key
=
"labels.telNo"
))
@Mask
(
mask
=
"^[0-9]{8,20}$"
,
msg
=
@Msg
(
key
=
"errors.invalid"
),
arg0
=
@Arg
(
key
=
"labels.telNo"
))
public
String
telNo
;
...
...
This diff is collapsed.
Click to expand it.
src/main/java/jp/agentec/sinaburocast/form/user/UserEditForm.java
View file @
c841112b
...
...
@@ -67,6 +67,7 @@ public class UserEditForm {
@Maxlength
(
maxlength
=
256
,
msg
=
@Msg
(
key
=
"errors.maxlength"
),
arg0
=
@Arg
(
key
=
"labels.buildingName"
))
public
String
buildingName
;
@Required
(
msg
=
@Msg
(
key
=
"errors.required"
),
arg0
=
@Arg
(
key
=
"labels.telNo"
))
@Mask
(
mask
=
"^[0-9]{8,20}$"
,
msg
=
@Msg
(
key
=
"errors.invalid"
),
arg0
=
@Arg
(
key
=
"labels.telNo"
))
public
String
telNo
;
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/admin/member/memberEdit.html
View file @
c841112b
...
...
@@ -155,7 +155,7 @@
</td>
</tr>
<tr>
<td>
電話
</td>
<td>
電話
<
font
class=
"listpoint"
>
*
</font><
/td>
<td><input
name=
"telNo"
type=
"text"
/
class=
"w150"
value=
"$!escape.html($!memberEditForm.telNo)"
>
<BR>
$!tools.getMsg("telNo")
</td>
...
...
@@ -234,7 +234,7 @@
<td>
退会
<input
name=
"withDrawFlg"
type=
"checkbox"
/
class=
"mgl10"
value=
"$!memberEditForm.withDrawFlg"
#
if
($
memberEditForm
.
withDrawFlg
!=
"
0
")
checked
#
end
></td>
</tr>
<tr>
<td>
ポイント
</td>
<td>
ポイント
<
font
class=
"listpoint"
>
*
</font><
/td>
<td><input
name=
"point"
type=
"text"
/
class=
"w250"
value=
"$!escape.html($!memberEditForm.point)"
>
<BR>
$!tools.getMsg("point")
</td>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/admin/member/memberInput.html
View file @
c841112b
...
...
@@ -137,7 +137,7 @@
</td>
</tr>
<tr>
<td>
電話
</td>
<td>
電話
<
font
class=
"listpoint"
>
*
</font><
/td>
<td><input
name=
"telNo"
type=
"text"
/
class=
"w150"
value=
"$!escape.html($!memberEditForm.telNo)"
>
<BR>
$!tools.getMsg("telNo")
</td>
...
...
@@ -215,7 +215,7 @@
##
<td>
退会
<input
name=
"withDrawFlg"
type=
"checkbox"
/
class=
"mgl10"
value=
"$!memberEditForm.withDrawFlg"
#
if
($
memberEditForm
.
withDrawFlg
!=
"
0
")
checked
#
end
></td>
##
</tr>
<tr>
<td>
ポイント
</td>
<td>
ポイント
<
font
class=
"listpoint"
>
*
</font><
/td>
<td><input
name=
"point"
type=
"text"
/
class=
"w250"
value=
"$!escape.html($!memberEditForm.point)"
>
<BR>
$!tools.getMsg("point")
</td>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/user/userEdit/uEdit.html
View file @
c841112b
...
...
@@ -252,7 +252,7 @@
2036号
</font></td>
</tr>
<tr>
<td
class=
"listmenu"
>
電話
</td>
<td
class=
"listmenu"
>
電話
<
span
class=
"listpoint"
>
*
</span><
/td>
<td
class=
"listcts"
>
<input
type=
"text"
size=
"20"
name=
"telNo"
maxlength=
"20"
value=
"$!userEditForm.telNo"
>
<TABLE
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
><TR><Td>
$!tools.getMsg("telNo")
</Td></TR></TABLE>
...
...
This diff is collapsed.
Click to expand it.
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