File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h1>{% trans "E-mail Addresses" %}</h1>
3333< div class ="buttonHolder ">
3434 < button class ="btn btn-secondary " type ="submit " name ="action_primary " > {% trans 'Make Primary' %}</ button >
3535 < button class ="btn btn-secondary " type ="submit " name ="action_send " > {% trans 'Re-send Verification' %}</ button >
36- < button class ="btn btn-primary " type ="submit " name ="action_remove " > {% trans 'Remove' %}</ button >
36+ < button class ="btn btn-outline-info " type ="submit " name ="action_remove " > {% trans 'Remove' %}</ button >
3737</ div >
3838
3939</ fieldset >
@@ -50,7 +50,7 @@ <h2>{% trans "Add E-mail Address" %}</h2>
5050 < form method ="post " action ="{% url 'account_email' %} " class ="add_email ">
5151 {% csrf_token %}
5252 {{ form|crispy }}
53- < button name ="action_add " type ="submit " class ="btn btn-primary "> {% trans "Add E-mail" %}</ button >
53+ < button name ="action_add " type ="submit " class ="btn btn-outline-info "> {% trans "Add E-mail" %}</ button >
5454 </ form >
5555 {% endif %}
5656
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1>{% trans "Confirm E-mail Address" %}</h1>
1717
1818< form method ="post " action ="{% url 'account_confirm_email' confirmation.key %} ">
1919{% csrf_token %}
20- < button type ="submit " class ="btn btn-primary "> {% trans 'Confirm' %}</ button >
20+ < button type ="submit " class ="btn btn-outline-info "> {% trans 'Confirm' %}</ button >
2121</ form >
2222
2323{% else %}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1>{% trans "Change Password" %}</h1>
99 < form method ="POST " action ="{% url 'account_change_password' %} " class ="password_change ">
1010 {% csrf_token %}
1111 {{ form|crispy }}
12- < button type ="submit " name ="action " class ="btn btn-primary "> {% trans "Change Password" %}</ button >
12+ < button type ="submit " name ="action " class ="btn btn-outline-info "> {% trans "Change Password" %}</ button >
1313 < a href ="{% url 'account_reset_password' %} "> {% trans "Forgot Password?" %}</ a >
1414 </ form >
1515{% endblock %}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1>{% trans "Password Reset" %}</h1>
1717 < form method ="POST " action ="{% url 'account_reset_password' %} " class ="password_reset ">
1818 {% csrf_token %}
1919 {{ form|crispy }}
20- < input type ="submit " class ="btn btn-primary " value ="{% trans 'Reset My Password' %} " />
20+ < input type ="submit " class ="btn btn-outline-info " value ="{% trans 'Reset My Password' %} " />
2121 </ form >
2222
2323 < p > {% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}</ p >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1>{% if token_fail %}{% trans "Bad Token" %}{% else %}{% trans "Change Passwor
1313 < form method ="POST " action ="{{ action_url }} ">
1414 {% csrf_token %}
1515 {{ form|crispy }}
16- < input type ="submit " name ="action " class ="btn btn-primary " value ="{% trans 'change password' %} "/>
16+ < input type ="submit " name ="action " class ="btn btn-outline-info " value ="{% trans 'change password' %} "/>
1717 </ form >
1818 {% else %}
1919 < p > {% trans 'Your password is now changed.' %}</ p >
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ <h5 class="alert-heading fw-bold">{{process.process_name}}</h5>
153153
154154 < div class ="input-group mb-3 w-50 mx-auto ">
155155 < input type ="text " class ="form-control bg-dark text-white border-secondary " id ="apifilter_{{process.process_id}} " placeholder ="Filter API calls (e.g. 'CreateFile, !CloseHandle') ">
156- < button class ="btn btn-primary " type ="button " id ="search_button_{{process.process_id}} "> < i class ="fas fa-filter "> </ i > Apply</ button >
156+ < button class ="btn btn-outline-info " type ="button " id ="search_button_{{process.process_id}} "> < i class ="fas fa-filter "> </ i > Apply</ button >
157157 </ div >
158158
159159 < button class ="btn btn-sm btn-link text-white-50 " type ="button " data-bs-toggle ="collapse " data-bs-target ="#advFilter_{{process.process_id}} ">
Original file line number Diff line number Diff line change 2121 < div class ="input-group w-50 ">
2222 < input type ="text " class ="form-control bg-dark text-white border-secondary " id ="form_search " name ="search " placeholder ="Enter search term... " aria-label ="Search term " />
2323 < div class ="input-group-append ">
24- < button type ="submit " class ="btn btn-primary "> < i class ="fas fa-search "> </ i > Search</ button >
24+ < button type ="submit " class ="btn btn-outline-info "> < i class ="fas fa-search "> </ i > Search</ button >
2525 </ div >
2626 </ div >
2727 </ form >
Original file line number Diff line number Diff line change 77 < form role ="form " action ="{% url "search " %}" method="get ">
88 < div class ="input-group w-50 mx-auto ">
99 < input type ="text " class ="form-control bg-dark text-white border-secondary " id ="form_search " name ="search " placeholder ="Search term as regex... " aria-label ="Search ">
10- < button class ="btn btn-primary " type ="submit "> < i class ="fas fa-search "> </ i > Search</ button >
10+ < button class ="btn btn-outline-info " type ="submit "> < i class ="fas fa-search "> </ i > Search</ button >
1111 </ div >
1212 </ form >
1313 < div class ="text-center mt-3 ">
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ <h5 class="mb-0 text-white"><i class="fas fa-cogs me-2 text-primary"></i>Advance
482482 </ div >
483483
484484 < div class ="text-center mt-4 ">
485- < button type ="submit " class ="btn btn-primary btn-lg px-5 shadow "> < i
485+ < button type ="submit " class ="btn btn-outline-info btn-lg px-5 shadow "> < i
486486 class ="fas fa-microscope me-2 "> </ i > Analyze</ button >
487487 </ div >
488488 </ div >
You can’t perform that action at this time.
0 commit comments