Hi,
Im creating a simple edit layout for a redirect asset and have found that a lot of the keywords (eg %details-% , %details-S_location% ) have all the fields but dont have any of the labels next to the fields
So you get a column of input boxes, but no labels next to them to explain what they are.
Im not sure if there are similar problems with other asset types.
Could this be some sort of configuration issue or is it just a bug?
Thanks,
Steve
[size=1]Matrix version:3.18.6[/size]
Hi,
I just tried doing this in 3.18.8 and the field names are appearing. I used the keyword replacement %details-%.
Are you using any other keyword replacements in the layout?
When you created the layout, did you apply it to the Details screen of the Redirect Page in the Layout Manager?
Thanks
Deb
Thanks for the reply Deborah,
I am using 3.18.6 but I assume there was no fix for this in between builds.
Yes, Im using a fair few other keyword replacements (code below):
[codebox]
<div id=‘statusContainer’ style=“display: none”>
%details-F_status_change%
<div id=“currentStatus”>%details-F_status_current%</div>
</div>
<div id=‘propertiesContainer’><h3>Properties</h3>
<TABLE class=“sq-backend-section-table” style=“margin-left:12px;”>
<TR><TD>
<TABLE class=“sq-backend-section-table-inner”>
<TR><TD class=“sq-limbo-field”>Page Name</TD>
<TD class=“sq-backend-data”>%details-F_name%
<div class=“sq-backend-smallprint”>This is the name that will appear in the menu on the left hand side of the page. Note: some pages dont have left hand menus</div>
</TD></TR>
<TR><TD class=“sq-limbo-field”>Short Name</TD>
<TD class=“sq-backend-data”>%details-F_short_name%
<div class=“sq-backend-smallprint”>This is the text that will appear in the breadcrumbs (the list of links that appear above the title). Note: some pages dont have left hand menus</div>
</TD></TR>
</TABLE>
</TD></TR>
</TABLE> %metadata-F_metadata_values%<h3>Web address</h3>
<TABLE class=“sq-backend-section-table” style=“margin-left:10px;”>
<TR><TD>
<TABLE class=“sq-backend-section-table-inner”>
<TR><TD class=“sq-limbo-field”>Address</TD>
<TD class=“sq-backend-data” id=“path”>%paths-S_web_paths%</TD></TR>
</TABLE>
</TD></TR>
</TABLE></div><div id=“wysiwygContainer”>%details-S_location%</div>
[/codebox]
This layout code is on the Logs screen, not the details screen. Its a long story but basically we are getting our new Simple Editor in place using some of the lesser used screens so that we can do it in parallel with our current simple editor.
I am using
http://XXX/_edit?asset_ei_screen=logs&SQ_BACKEND_PAGE=frames
to access the page.
[quote]Hi,
I just tried doing this in 3.18.8 and the field names are appearing. I used the keyword replacement %details-%.
Are you using any other keyword replacements in the layout?
When you created the layout, did you apply it to the Details screen of the Redirect Page in the Layout Manager?
Thanks
Deb[/quote]
Hi,
I have tried your code in my version and have applied it to the Logs screen and the field names still appear so I am not 100% sure what the problem is.
Maybe someone else could help us out?
Deb
Can you just confirm that the field names are not in the HTML source of the page either. If they are not in there, you should contact Squiz Support if you are a client so someone can take a look into how the keywords are generating their content. If the names are in the source, then you probabaly just have a CSS conflict in the design.
No Ive already checked that - when I "View Source" on the page the labels are actually missing.
I will call support - thanks.
Steve