File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 29
29
</select >
30
30
</div >
31
31
</div >
32
- <button class =" btn btn-primary " role =" button" type =" submit" >Send</button >
32
+ <button class =" btn btn-success " role =" button" type =" submit" >Send</button >
33
33
</form >
34
34
35
35
{% endblock %}
Original file line number Diff line number Diff line change 54
54
<textarea name =" comments" id =" comments" class =" form-control" style =" height : 5rem " tabindex =" 9" ></textarea >
55
55
</div >
56
56
</div >
57
- <button class =" btn btn-primary " type =" submit" tabindex =" 10" >Submit</button >
57
+ <button class =" btn btn-success " type =" submit" tabindex =" 10" >Submit</button >
58
58
</form >
59
59
{% endif %}
60
60
Original file line number Diff line number Diff line change 191
191
</div >
192
192
<div class =" d-flex justify-content-between" >
193
193
<button class =" btn btn-warning" role =" button" id =" btn-modal-edit-close" >Close</button >
194
- <button class =" btn btn-primary " role =" button" type =" submit" >Save</button >
194
+ <button class =" btn btn-success " role =" button" type =" submit" >Save</button >
195
195
</div >
196
196
</div >
197
197
</div >
237
237
{% if self_register %}
238
238
<button class =" btn btn-danger" role =" button" id =" btn-modal-register-unregister" >Unregister</button >
239
239
{% endif %}
240
- <button class =" btn btn-primary " role =" button" type =" submit" >Save</button >
240
+ <button class =" btn btn-success " role =" button" type =" submit" >Save</button >
241
241
</div >
242
242
</div >
243
243
</div >
257
257
</div >
258
258
<div class =" d-flex justify-content-between" >
259
259
<button class =" btn btn-warning" role =" button" id =" btn-modal-add-position-close" >Close</button >
260
- <button class =" btn btn-primary " role =" button" type =" submit" >Add</button >
260
+ <button class =" btn btn-success " role =" button" type =" submit" >Add</button >
261
261
</div >
262
262
</div >
263
263
</div >
280
280
</div >
281
281
<div class =" d-flex justify-content-between" >
282
282
<button class =" btn btn-warning" role =" button" id =" btn-modal-set-position-close" >Close</button >
283
- <button class =" btn btn-primary " role =" button" type =" submit" >Save</button >
283
+ <button class =" btn btn-success " role =" button" type =" submit" >Save</button >
284
284
</div >
285
285
</div >
286
286
</div >
Original file line number Diff line number Diff line change 64
64
</div >
65
65
<div class =" d-flex justify-content-between" >
66
66
<button class =" btn btn-warning" role =" button" id =" btn-modal-close" >Close</button >
67
- <button class =" btn btn-primary " role =" button" type =" submit" >Create</button >
67
+ <button class =" btn btn-success " role =" button" type =" submit" >Create</button >
68
68
</div >
69
69
</div >
70
70
</div >
Original file line number Diff line number Diff line change 41
41
<textarea name =" comments" id =" comments" class =" form-control" style =" height : 60% " ></textarea >
42
42
</div >
43
43
</div >
44
- <button type =" submit" class =" btn btn-primary" >Submit</button >
44
+ <button type =" submit" class =" btn btn-success" >
45
+ <i class =" bi bi-floppy2-fill" ></i >
46
+ Submit
47
+ </button >
45
48
</form >
46
49
{% endif %}
47
50
You can’t perform that action at this time.
0 commit comments