- Timestamp:
- 09/11/09 11:08:32 (4 years ago)
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@347
- Files:
-
- 1 modified
-
WebContent/WEB-INF/resources/templates/index.vm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
WebContent/WEB-INF/resources/templates/index.vm
r344 r346 27 27 </select> 28 28 </label> 29 <input type="hidden" name="${param_prefix}lang" value="$lang" class="lang" />29 #if ($!param_lang)<input type="hidden" name="${param_prefix}lang" value="$lang" class="lang" />#end 30 30 <input id="task_change" type="submit" value="OK" /> 31 31 <span id="task_descrip">$current_task.getDescription($lang)</span>
