-
-
- {ts}Profile Title{/ts} |
- {ts}Public Title{/ts} |
- {ts}Created By{/ts} |
- {ts}Description{/ts} |
- {ts}Type{/ts} |
- {ts}ID{/ts} |
- {ts}Used For{/ts} |
- |
-
-
-
- {foreach from=$rows item=row}
- {if $row.is_reserved}
-
- {$row.title} |
- {$row.frontend_title} |
-
- {if $row.created_id && $row.created_by}
- {ts}{$row.created_by}{/ts}
+
+
+ {ts}Profile Title{/ts} |
+ {ts}Public Title{/ts} |
+ {ts}Created By{/ts} |
+ {ts}Description{/ts} |
+ {ts}Type{/ts} |
+ {ts}ID{/ts} |
+ {ts}Used For{/ts} |
+ |
+
+
+ |
+ {foreach from=$rows item=row}
+ {if $row.is_reserved}
+
+ {$row.title} |
+ {$row.frontend_title} |
+
+ {if $row.created_id && $row.created_by}
+ {ts}{$row.created_by}{/ts}
+ {/if}
+ |
+ {$row.description|escape} |
+ {$row.group_type} |
+ {$row.id} |
+ {$row.module} |
+ {$row.action|replace:'xx':$row.id} |
+
{/if}
-
- {$row.description|escape} |
- {$row.group_type} |
- {$row.id} |
- {$row.module} |
- {$row.action|replace:'xx':$row.id} |
-
- {/if}
- {/foreach}
-
+ {/foreach}
+
{if NOT ($action eq 1 or $action eq 2)}
-
{/if}
-