Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

    <h1>Datei zum Editieren auswählen</h1>
    <form method="post">
        <select name="file" onchange="submit(this.form)">
        <option value="" label="--- Bitte wählen! ---">--- Bitte wählen! ---</option>
        {html_options options=$files selected=$cfg_file}
        </select>
        {if $smarty.post.mode=="save"}
        <input type="submit" value="Datei neu laden">
        {/if}
    </form>