##// END OF EJS Templates
Changed order of add file form inputs.
marcink -
r1603:53d07666 beta
parent child Browse files
Show More
@@ -40,16 +40,6 b''
40 40 <h3>${_('Add new file')}</h3>
41 41 <div class="form">
42 42 <div class="fields">
43 <div class="field">
44 <div class="label">
45 <label for="location">${_('Location')}</label>
46 </div>
47 <div class="input">
48 <input type="text" value="${c.f_path}" size="30" name="location" id="location">
49 ${_('use / to separate directories')}
50 </div>
51 </div>
52
53 43 <div id="filename_container" class="field file">
54 44 <div class="label">
55 45 <label for="filename">${_('File Name')}:</label>
@@ -68,6 +58,15 b''
68 58 <input type="button" class="ui-button-small" value="create file" id="file_enable">
69 59 </div>
70 60 </div>
61 <div class="field">
62 <div class="label">
63 <label for="location">${_('Location')}</label>
64 </div>
65 <div class="input">
66 <input type="text" value="${c.f_path}" size="30" name="location" id="location">
67 ${_('use / to separate directories')}
68 </div>
69 </div>
71 70 </div>
72 71 </div>
73 72 <div id="body" class="codeblock">
General Comments 0
You need to be logged in to leave comments. Login now