[Trac-tickets] Re: [The Trac Project] #1013: Preference of timeline is too wide

The Trac Project noreply at edgewall.com
Fri Jul 1 11:55:03 CDT 2005


#1013: Preference of timeline is too wide
----------------------+-----------------------------------------------------
       Id:  1013      |      Status:  new                     
Component:  timeline  |    Modified:  Fri Jul  1 11:54:57 2005
 Severity:  minor     |   Milestone:                          
 Priority:  normal    |     Version:  0.8                     
    Owner:  jonas     |    Reporter:  anonymous               
----------------------+-----------------------------------------------------
Comment (by Shun-ichi Goto <gotoh at taiyo.co.jp>):

 (I'm original reporter.)[[BR]]
 How about this patch which is I'm using.
 It's comfortable for me. only for me?
 {{{
 Index: timeline.cs
 ===================================================================
 --- timeline.cs (revision 1882)
 +++ timeline.cs (working copy)
 @@ -7,8 +7,8 @@

  <form id="prefs" method="get" action="<?cs var:trac.href.timeline ?>">
   <div>
 -  <label>View changes from <input type="text" size="10" name="from"
 value="<?cs
 -    var:timeline.from ?>" /></label> and
 +  <label>View changes from <br/><input type="text" size="10" name="from"
 value="<?cs
 +    var:timeline.from ?>" /></label> and<br/>
    <label><input type="text" size="3" name="daysback" value="<?cs
      var:timeline.daysback ?>" /> days back</label>.
   </div>
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1013>
The Trac Project <>


More information about the Trac-Tickets mailing list