Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 830 → Rev 831

/trunk/client/phorum/bibliotheque/phorum/templates/default/pm_moveselect.tpl
New file
0,0 → 1,15
{IF PM_USERFOLDERS}
<span style="white-space: nowrap; float:right">
<select name="target_folder" style="vertical-align: middle;">
<option value=""> {LANG->PMSelectAFolder}</option>
{LOOP PM_FOLDERS}
{IF NOT PM_FOLDERS->id FOLDER_ID}
{IF NOT PM_FOLDERS->is_outgoing}
<option value="{PM_FOLDERS->id}"> {PM_FOLDERS->name}</option>
{/IF}
{/IF}
{/LOOP PM_FOLDERS}
</select>
<input type="submit" name="{MOVE_SUBMIT_NAME}" class="PhorumSubmit" value="{LANG->PMMoveToFolder}" />
</span>
{/IF}