commit: imp/templates/prefs compose.inc folders.inc info.inc navigator.inc personal.inc viewing.inc

avsm@horde.org avsm@horde.org
13 Nov 2000 20:47:40 -0000


avsm        2000/11/13 12:47:40 PST

  Modified files:
    templates/prefs      compose.inc folders.inc info.inc 
                         navigator.inc personal.inc viewing.inc 
  Log:
  - Remove the question marks from the end of every checkbox - it looks
    a bit wierd I thought, given that they are all options anyway (is this ok?)
  
  - <?php echo -> <?=
  
  - Start using printf(_(),) instead of appending together _().$var since
    this apparently makes internationalisation significantly easier if
    sentence order changes in the target language.
  
  Revision  Changes    Path
  1.3       +1 -1      imp/templates/prefs/compose.inc
  2.10      +2 -2      imp/templates/prefs/folders.inc
  2.5       +3 -3      imp/templates/prefs/info.inc
  1.2       +2 -2      imp/templates/prefs/navigator.inc
  2.11      +2 -2      imp/templates/prefs/personal.inc
  1.2       +1 -1      imp/templates/prefs/viewing.inc