Und zwar möchte ich die Sortierung der Eintragfelder im Frontend ändern, derzeit sieht es bei mir ca. so aus
Straße
Ort PLZ
Hinweistext
Kontakt Person
Internetseite
ich hätte es aber gern so
Straße
PLZ ORT
Hinweistext
Kontakt Person
Internetadresse
Jetzt habe ich mir dazu auch das Template angeschaut, im speziellen die Datei entry\details.xsl
dort ist der Eintrag zu finden, wo er die Daten ausliest
<!-- Loop to show all enabled fields from fields manager -->
<xsl:for-each select="entry/fields/*">
<xsl:call-template name="showfield">
<xsl:with-param name="fieldname" select="."/>
<xsl:with-param name="view" select="'dv'"/>
</xsl:call-template>
</xsl:for-each>
<div class="clearfix"></div>
Aber ich finde weder im Backend noch in den Dateien wo ich die Reihenfolge inkl. ggf. Zeilenumbrüche oder ähnliches Festlegen kann, wo mach ich das denn?
Vielen Dank
-------------------------------------
Google Übersetzer
Hello
And I would like to change the sorting of the entry fields in the frontend, currently it looks with me about so
road
location please
Additional text
Contact person
Website
But I would like it so
road
ZIP / CITY
Additional text
Contact person
Internet address
Now I have also looked at the template, in particular the file entry \ details.xsl
There is the entry where he reads the data
[Codetype = "markup"] <! - Loop to show all enabled fields from fields manager ->
<Xsl: for-each select = "entry / fields / *">
<Xsl: call-template name = "showfield">
<Xsl: with-param name = "fieldname" select = "." />
<Xsl: with-param name = "view" select = "'dv'" />
</ Xsl: call-template>
</ Xsl: for-each>
<Div class = "clearfix"> </ div>
But I find neither in the backend nor in the files where I can the order incl. Possibly line breaks or similar setting, where do I do that?
Many Thanks