various updates and changes, move admin widgets into different seperate dialogs
This commit is contained in:
@@ -39,7 +39,7 @@ class MailTemplateDialog(QtWidgets.QDialog, NewMailTemplateDesignerDialog):
|
||||
).clicked.connect(self.closeNow)
|
||||
|
||||
def save_template(self):
|
||||
print("save triggered")
|
||||
# print("save triggered")
|
||||
# create a dialog to ask for the name of the template
|
||||
dialog = QtWidgets.QInputDialog()
|
||||
dialog.setInputMode(QtWidgets.QInputDialog.InputMode.TextInput)
|
||||
@@ -128,8 +128,8 @@ Content-Transfer-Encoding: 8bit
|
||||
self.close()
|
||||
|
||||
def updateDescription(self):
|
||||
print("update triggered")
|
||||
print(self.placeholder_list.currentText())
|
||||
# print("update triggered")
|
||||
# print(self.placeholder_list.currentText())
|
||||
placeholders = {
|
||||
"anrede": "Die Anrede beinhaltet sowohl Person als auch Sehr geehrte/r; dargestellt als: {greeting}",
|
||||
"apparatsfach": "Das Fach, in welchem der Apparat angelegt wurde; dargestellt als: {AppSubject}",
|
||||
|
||||
Reference in New Issue
Block a user