Task #11116 ยป _11116.patch
Resources/Public/JavaScript/component.js (revision ) | ||
---|---|---|
'<tpl>',
|
||
'<table class="char_select_template" width="100%">',
|
||
'<tr class="header">',
|
||
'<th class="char_select_profile_title">',
|
||
'<th class="char_select_profile_titleLeft">',
|
||
'Workspace Version',
|
||
'</th>',
|
||
'<th class="char_select_profile_title">',
|
||
'<th class="char_select_profile_titleRight">',
|
||
'Live Workspace',
|
||
'</th>',
|
||
'</tr>',
|
||
'<tr>',
|
||
'<td class="t3-workspaces-foldout-subheader">',
|
||
'<td class="t3-workspaces-foldout-subheaderLeft">',
|
||
'<b>Current stage step:</b> {label_Stage} (<b>{stage_position}</b>/{stage_count})',
|
||
'</td>',
|
||
'<td class="t3-workspaces-foldout-subheader">',
|
||
'<td class="t3-workspaces-foldout-subheaderRight">',
|
||
'<b>Path:</b> {path_Live}',
|
||
'</td>',
|
||
'</tr>',
|
||
'<tr>',
|
||
'<td class="t3-workspaces-foldout-td-contentDiff">',
|
||
'<td class="t3-workspaces-foldout-td-contentDiffLeft">',
|
||
'<table class="t3-workspaces-foldout-contentDiff">',
|
||
'<span class="{icon_Workspace}"> </span>',
|
||
'<tpl for="diff">',
|
||
... | ... | |
'</tpl>',
|
||
'</table>',
|
||
'</td>',
|
||
'<td class="t3-workspaces-foldout-td-contentDiff">',
|
||
'<td class="t3-workspaces-foldout-td-contentDiffRight">',
|
||
'<table class="t3-workspaces-foldout-contentDiff">',
|
||
'<span class="{icon_Live}"></span>',
|
||
'<tpl for="live_record">',
|
||
... | ... | |
'</td>',
|
||
'</tr>',
|
||
'<tr>',
|
||
'<td class="t3-workspaces-foldout-subheader">',
|
||
'<td class="t3-workspaces-foldout-subheaderLeft">',
|
||
'User comments for <b>step {stage_position} of stage</b> "{label_Stage}"',
|
||
'</td>',
|
||
'<td class="t3-workspaces-foldout-subheader">',
|
||
'<td class="t3-workspaces-foldout-subheaderRight">',
|
||
' ',
|
||
'</td>',
|
||
'</tr>',
|