Selected module management UI cleaning. (modal page)

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-06 10:01:01 +00:00
parent 4304910344
commit ef08a0921c
17 changed files with 290 additions and 466 deletions

View file

@ -11,7 +11,7 @@
<label for="allowed_filesize" class="x_control-label">{$lang->allowed_filesize}</label>
<div class="x_controls">
<input type="number" min="0" name="allowed_filesize" id="allowed_filesize" value="{$file_config->allowed_filesize}" size="3" style="width:40px" /> MB
<span class="x_help-block">{$lang->about_allowed_filesize}</span>
<p class="x_help-inline">{$lang->about_allowed_filesize}</p>
</div>
</div>
<div class="x_control-group">
@ -19,14 +19,14 @@
<div class="x_controls">
<input type="number" min="0" name="allowed_attach_size" id="allowed_attach_size" value="{$file_config->allowed_attach_size}" size="3" style="width:40px" /> MB
/ {ini_get('upload_max_filesize')}
<span class="x_help-block">{$lang->about_allowed_attach_size}</span>
<p class="x_help-inline">{$lang->about_allowed_attach_size}</p>
</div>
</div>
<div class="x_control-group">
<label for="allowed_filetypes" class="x_control-label">{$lang->allowed_filetypes}</label>
<div class="x_controls">
<input type="text" name="allowed_filetypes" id="allowed_filetypes" value="{$file_config->allowed_filetypes}" />
<span class="x_help-block">{$lang->about_allowed_filetypes}</span>
<p class="x_help-inline">{$lang->about_allowed_filetypes}</p>
</div>
</div>
<div class="x_control-group">