Skip to content
Snippets Groups Projects
Commit 18d69493 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

replaced inlinestyle with class

darcs-hash:20060731182514-7ad00-25984c9370bb43abe52e6c17fb1a5eb701c3e6da.gz
parent 7ff382a4
No related branches found
No related tags found
No related merge requests found
...@@ -431,7 +431,7 @@ function media_uploadform($ns, $auth){ ...@@ -431,7 +431,7 @@ function media_uploadform($ns, $auth){
<p> <p>
<label for="upload__name"><?php echo $lang['txt_filename']?>:</label> <label for="upload__name"><?php echo $lang['txt_filename']?>:</label>
<span style="white-space:nowrap"> <span class="nowrap">
<input type="text" name="id" class="edit" id="upload__name" /><input <input type="text" name="id" class="edit" id="upload__name" /><input
type="submit" class="button" value="<?php echo $lang['btn_upload']?>" type="submit" class="button" value="<?php echo $lang['btn_upload']?>"
accesskey="s" /> accesskey="s" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment