survey link added. fixes #202
This commit is contained in:
parent
feaf84a8ad
commit
39da7daed8
3 changed files with 28 additions and 0 deletions
|
|
@ -866,5 +866,13 @@
|
|||
"AddTags_prompt_prefs_title": {
|
||||
"message": "Add Tags Options",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_SurveyLinkText": {
|
||||
"message": "Share your feedback and help us improve ThunderAI!",
|
||||
"description": ""
|
||||
},
|
||||
"prefs_SurveyLinkText2": {
|
||||
"message": "Click here, it take only one minute!",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -166,6 +166,23 @@ input.option-input[type="text"]{
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#mzta_top_msg div{
|
||||
color: white;
|
||||
font-style: italic;
|
||||
background-color: rgb(3, 0, 180);
|
||||
border-radius: 4px;
|
||||
padding: 3px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#mzta_top_msg div a{
|
||||
background-color: white;
|
||||
padding:0px 3px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.conntype_chatgpt_web_option{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
<div id="miczRelNotes"><a href="mzta-release-notes.html">__MSG_prefs_OptionText_release_notes__</a></div>
|
||||
<div id="miczStatusPage" class="conntype_chatgpt_web"><a href="https://micz.it/thunderbird-addon-thunderai/status/">__MSG_prefs_status_page__</a></div>
|
||||
<table id="miczPrefs">
|
||||
<tr id="mzta_top_msg">
|
||||
<td colspan="2"><div>__MSG_prefs_SurveyLinkText__<br><a href="https://forms.gle/1qK2wcbuhaRzhwyt9">__MSG_prefs_SurveyLinkText2__</a></div></td>
|
||||
</tr>
|
||||
<tr id="owl_warning">
|
||||
<td colspan="2"><div>__MSG_prefs_OptionText_owl_warning__ <a href="https://micz.it/thunderbird-addon-thunderai/owl/">__MSG_customPrompts_managePrompts_help__</a></div></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue