{strip}

Assign Content to Boards

{if $data.umap} {form legend="Assign Content"}
{formlabel label="Add Content" for="assign"} {forminput} {formhelp note="All comments posted to the selected content will show up on this board."} {/forminput}
{formlabel label="Assign to Board" for="to_board_id"} {forminput} {formhelp note="All comments posted to the selected content will show up on this board."} {/forminput}
{/form} {else} {formfeedback success="No Unassigned Content"} {/if} {foreach item=board from=$data.map name='board_loop'} {if $board.map} {capture assign=title} {if ! $board.integrity} {biticon ipackage="icons" iname="dialog-warning" iexplain="Integrity Check Failed"} {/if} {$board.title|escape} {/capture} {form legend="`$board.title`" id="board`$smarty.foreach.board_loop.iteration`"} {if ! $board.integrity} {formfeedback warning="Integrity Check Failed"} {/if} {foreach item=mapping from=$board.map} {/foreach}
Assigned Content
Content Type Content Title Posts Action
{$mapping.t_content_name} {$mapping.t_title|escape} {$mapping.thread_count} {biticon ipackage="icons" iname="user-trash" ipackage="icons" iexplain="Remove from board"}
{/form} {/if} {/foreach}
{/strip}