Bug #23927
closedsave icons are not shown
0%
Description
Sometimes it happens that the edit screen of the TypoScript template setup or for a table record TCE does not show the save and close icons.
(issue imported from #M16233)
Updated by Franz Holzinger about 14 years ago
Normally you should have this button list on the top of the backend:
<input name="_savedok" class="c-inputButton" src="clear.gif" title="Dokument speichern" type="image"></span><span class="t3-icon t3-icon-actions t3-icon-actions-document t3-icon-document-save-view"><input class="c-inputButton" name="_savedokview" src="clear.gif" title="Dokument speichern und Web-Seite anzeigen" type="image"></span><span class="t3-icon t3-icon-actions t3-icon-actions-document t3-icon-document-save-close"><input class="c-inputButton" name="_saveandclosedok" src="clear.gif" title="Dokument speichern und schließen" type="image"></span><span class="t3-icon t3-icon-actions t3-icon-actions-document t3-icon-document-save-new"><input class="c-inputButton" name="_savedoknew" src="clear.gif" title="Dokument speichern und neues erstellen" type="image">
Updated by Ernesto Baschny almost 14 years ago
This is probably the same as reported here #23582, right?