Changeset - 747bc42f1f7d
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 14 years ago 2011-10-27 00:26:24
marcin@python-works.com
Grafted from: 53d076664e08
Changed order of add file form inputs.
1 file changed with 9 insertions and 10 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_add.html
Show inline comments
 
@@ -40,16 +40,6 @@
 
            <h3>${_('Add new file')}</h3>
 
            <div class="form">
 
                    <div class="fields">
 
                         <div class="field">
 
                            <div class="label">
 
                                <label for="location">${_('Location')}</label>
 
                            </div>
 
                            <div class="input">
 
                                <input type="text" value="${c.f_path}" size="30" name="location" id="location">
 
                                ${_('use / to separate directories')}
 
                            </div>
 
                         </div>
 
                                      
 
                        <div id="filename_container" class="field file">
 
                            <div class="label">
 
                                <label for="filename">${_('File Name')}:</label>
 
@@ -68,6 +58,15 @@
 
                              <input type="button" class="ui-button-small" value="create file" id="file_enable">                        
 
                          </div>
 
                        </div>                                                                      
 
                   <div class="field">
 
                      <div class="label">
 
                          <label for="location">${_('Location')}</label>
 
                      </div>
 
                      <div class="input">
 
                          <input type="text" value="${c.f_path}" size="30" name="location" id="location">
 
                          ${_('use / to separate directories')}
 
                      </div>
 
                   </div>                                                                    
 
                    </div>
 
            </div>            
 
			<div id="body" class="codeblock">
0 comments (0 inline, 0 general)