]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 452906 - Long URLs smash the right column width
authorguy.pyrzak%gmail.com <>
Fri, 5 Sep 2008 03:03:39 +0000 (03:03 +0000)
committerguy.pyrzak%gmail.com <>
Fri, 5 Sep 2008 03:03:39 +0000 (03:03 +0000)
 Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat

template/en/default/bug/edit.html.tmpl

index 293586155975212b0b28e90d75fd1491830d845a..9dc7cba00d3021f77fb8239aad40b89ddcaeaac0 100644 (file)
         <span id="bz_url_edit_container" class="bz_default_hidden"> 
         [% IF bug.bug_file_loc 
            AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
-           <a href="[% bug.bug_file_loc FILTER html %]" target="_blank">
-             [% bug.bug_file_loc FILTER html%]</a>
+           <a href="[% bug.bug_file_loc FILTER html %]" target="_blank"
+              title="[% bug.bug_file_loc FILTER html %]">
+             [% bug.bug_file_loc FILTER truncate(40) FILTER html %]</a>
         [% ELSE %]
           [% bug.bug_file_loc FILTER html %]
         [% END %]