Show More
@@ -40,16 +40,6 b'' | |||
|
40 | 40 | <h3>${_('Add new file')}</h3> |
|
41 | 41 | <div class="form"> |
|
42 | 42 |
|
|
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 |
|
|
54 | 44 |
|
|
55 | 45 |
|
@@ -68,6 +58,15 b'' | |||
|
68 | 58 |
|
|
69 | 59 |
|
|
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 |
|
|
72 | 71 | </div> |
|
73 | 72 | <div id="body" class="codeblock"> |
General Comments 0
You need to be logged in to leave comments.
Login now