Commit bbac8e3 1 parent 4f62c3a commit bbac8e3 Copy full SHA for bbac8e3
File tree 7 files changed +43
-22
lines changed
7 files changed +43
-22
lines changed Original file line number Diff line number Diff line change 17
17
<strong>[% archive_name %]</strong>
18
18
</a>
19
19
20
+ <label for="key_word">[%|loc%]Search keywords:[%END%]</label>
20
21
<input id="key_word" name="key_word" type="text" size="30" value="[% key_word %]" />
21
22
<input name="action" type="hidden" value="arcsearch" />
22
23
<input class="MainMenuLinks disableIfEmpty" data-selector="#key_word" name="action_arcsearch" type="submit" value="[%|loc%]Search[%END%]" />
Original file line number Diff line number Diff line change 8
8
[%|loc(mailto)%]To: %1[%END%]<br />
9
9
<label for="subject">
10
10
[%|loc%]Subject:[%END%]
11
- <input id="subject" type="text" size="45" name="subject" value="[% subject %]" />
12
11
</label>
12
+ <input id="subject" type="text" size="45" name="subject"
13
+ value="[% subject %]" />
13
14
[% IF subaction == "html_news_letter" %]
14
15
<input type="hidden" name="html_news_letter" value="[% subaction %]" />
15
16
[% END %]
Original file line number Diff line number Diff line change 59
59
[%IF content %]
60
60
<form action="[% path_cgi %]" method="post" name="edit_templates">
61
61
<fieldset>
62
+ <h2>
63
+ [%|loc(message_template)%]Edit rejection message %1[%END%]
64
+ </h2>
62
65
<p>
63
- <h2>[%|loc%]Edit[%END%] [% message_template %]</h2>
64
- </p>
65
- <p>
66
- <!-- [%|loc()%]Message Name:[%END%]<input type="text" name="message_template" value="[% message_template %]"> -->
67
- <!-- <input class="MainMenuLinks" type="submit" name="subaction_default" value="[%|loc%]Default Message[%END%]" /> -->
68
-
69
66
<textarea name="content" cols="50" rows="10" wrap="soft">
70
67
[%~ content ~%]
71
68
</textarea>
Original file line number Diff line number Diff line change 50
50
<li>
51
51
<label for="latest_arc">
52
52
[%|loc%]latest arc:[%END%]
53
- <input type="text" name="latest_arc" id="latest_arc" size="[% s.length %]" value="[% latest_arc_url %]" />
54
53
</label>
54
+ <input type="text"
55
+ name="latest_arc" id="latest_arc"
56
+ size="[% s.length %]"
57
+ value="[% latest_arc_url %]" />
55
58
</li>
56
59
[% END %]
57
60
[% IF latest_d_read_url %]
58
61
[% s = String.new(latest_d_read_url) %]
59
62
<li>
60
63
<label for="latest_d_read">
61
64
[%|loc%]latest document:[%END%]
62
- <input type="text" name="latest_d_read" id="latest_d_read" size="[% s.length %]" value="[% latest_d_read_url %]" />
63
65
</label>
66
+ <input type="text"
67
+ name="latest_d_read" id="latest_d_read"
68
+ size="[% s.length %]"
69
+ value="[% latest_d_read_url %]" />
64
70
</li>
65
71
[% END %]
66
72
[% IF active_lists_url %]
67
73
[% s = String.new(active_lists_url) %]
68
74
<li>
69
75
<label for="active_lists">
70
76
[%|loc%]active lists:[%END%]
71
- <input type="text" name="active_lists" id="active_lists" size="[% s.length %]" value="[% active_lists_url %]" />
72
77
</label>
78
+ <input type="text"
79
+ name="active_lists" id="active_lists"
80
+ size="[% s.length %]"
81
+ value="[% active_lists_url %]" />
73
82
</li>
74
83
[% END %]
75
84
[% IF latest_lists_url %]
76
85
[% s = String.new(latest_lists_url) %]
77
86
<li>
78
87
<label for="latest_lists">
79
88
[%|loc%]latest lists:[%END%]
80
- <input type="text" name="latest_lists" id="latest_lists" size="[% s.length %]" value="[% latest_lists_url %]" />
81
89
</label>
90
+ <input type="text"
91
+ name="latest_lists" id="latest_lists"
92
+ size="[% s.length %]"
93
+ value="[% latest_lists_url %]" />
82
94
</li>
83
95
[% END %]
84
96
</ul>
Original file line number Diff line number Diff line change 2
2
<h2><i class="fa fa-search"></i> [%|loc%]Search for list(s)[%END%]</h2>
3
3
<form action="[% path_cgi %]" method="post">
4
4
<fieldset>
5
- <input type="text" size="14" name="filter_list" value="[% filter_list %]" title="[%|loc%]Enter a list name[%END%]" placeholder="[%|loc%]Enter a list name[%END%]"/>
5
+ <label for="filter_list">[%|loc%]Search keywords:[%END%]</label>
6
+ <input type="text" id="filter_list" size="14"
7
+ name="filter_list" value="[% filter_list %]"
8
+ title="[%|loc%]Enter a list name[%END%]"
9
+ placeholder="[%|loc%]Enter a list name[%END%]"/>
6
10
<input type="hidden" name="action" value="search_list" />
7
11
<input class="MainMenuLinks heavyWork" type="submit" name="action_search_list" value="[%|loc%]Search lists[%END%]" />
8
12
</fieldset>
Original file line number Diff line number Diff line change 83
83
<form action="[% path_cgi %]" method="post">
84
84
<fieldset>
85
85
<div style="padding-bottom:1.0em;">
86
- <input type="text" name="email" size="30" value="[% email %]" />
86
+ <label for="user_email">[%|loc%]Email address:[%END%]</label>
87
+ <input type="text" id="user_email" name="email" size="30"
88
+ value="[% email %]" />
87
89
</div>
88
90
<input type="hidden" name="action" value="search_user" />
89
91
<input class="MainMenuLinks" type="submit" name="action_search_user" value="[%|loc%]Search User[%END%]" />
126
128
<p>[%|loc%]Listmasters can switch context (impersonate) other users; this may be useful when providing assistance or when testing privileges. Enter the email address of the user you'd like to switch context to:[%END%]</p>
127
129
<form class="bold_label" action="[% path_cgi %]" method="post">
128
130
<fieldset>
131
+ <label for="session_email">[%|loc%]Email address:[%END%]</label>
129
132
<input id="session_email" type="text" name="email" size="50"/>
130
133
<div style="padding-top:1.0em; clear:both;">
131
134
<input class="MainMenuLinks" type="submit" name="action_set_session_email" value="[%|loc%]Switch User Context[%END%]" />
143
146
144
147
<form action="[% path_cgi %]" method="post">
145
148
<fieldset>
146
- <label for="list"></label>
149
+ <label for="list">[%|loc%]List name:[%END%] </label>
147
150
<input id="list" type="text" name="list" size="20" />
148
151
<div style="padding-top:1.0em; padding-bottom:0.25em; float:clear;">
149
152
<input class="MainMenuLinks" type="submit" name="action_rebuildarc" value="[%|loc%]Rebuild archive[%END%]" />
Original file line number Diff line number Diff line change 22
22
23
23
<label for="email">
24
24
<strong>[%|loc%]Your e-mail address:[%END%]</strong>
25
- <br />
26
- [% IF init_email %]
27
- [% email %]
28
- <input id="email" type="text" name="email" value="[% init_email %]" />
29
- [% ELSE %]
30
- <input id="email" type="text" name="email" value="" />
31
- [% END %]
32
- </label>
25
+ </label>
26
+ <br />
27
+ [% IF init_email %]
28
+ [% email %]
29
+ <input id="email" type="text" name="email"
30
+ value="[% init_email %]" />
31
+ [% ELSE %]
32
+ <input id="email" type="text" name="email"
33
+ value="" />
34
+ [% END %]
35
+
33
36
<input type="submit" name="action_sso_login" value="[%|loc%]Send me a confirmation password[%END%]"/>
34
37
</fieldset>
35
38
</form>
You can’t perform that action at this time.
0 commit comments