Ignore:
Timestamp:
Aug 24, 2009, 7:03:22 PM (15 years ago)
Author:
nikrou
Message:

Allow admin to change number of column
Use $confdir_thumbnail and $confprefix_thumbnail in ak_jquery-load.js for replace('thumbnail\/TN-', )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/template/admin.tpl

    r3764 r3791  
    1111</p>
    1212
     13<form method="post" action="" class="general">
     14<fieldset>
     15  <legend>{'ak_general_config'|@translate}</legend>
     16  <p class="field">
     17    <label>{'ak_by_line'|@translate}
     18      <input type="text" name="ak_by_line" value="{$AK_BY_LINE}">
     19    </label>
     20  </p>
     21</fieldset>
     22
     23<p><input class="submit" type="submit" name="submit" value="{'Submit'|@translate}"></p>
     24</form>
     25
     26{html_head}
     27<link rel="stylesheet" type="text/css" href="{$AK_PLUGIN_CSS}/ak_admin_style.css">
     28{/html_head}
Note: See TracChangeset for help on using the changeset viewer.