Changeset 10052


Ignore:
Timestamp:
2005-06-13T13:12:28+12:00 (19 years ago)
Author:
mdewsnip
Message:

Removed the "accept-charset=UTF-8" from the form tag, since this was messing things up when UTF-8 wasn't being used. Also commented out the imagepref macro, because this was overriding all pages (not just the GTI pages).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/gti.dm

    r10048 r10052  
    44
    55# The preferences button must go to the "homepref" page, since we are not in a collection
    6 _imagepref_ {_gsimage_(_home:httppagehomepref_,_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
     6# _imagepref_ {_gsimage_(_home:httppagehomepref_,_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
    77
    88
     
    1818<img src="_httpimg_/divb.gif">
    1919<p>
    20 <form method="post" action="_gwcgi_" accept-charset="UTF-8">
     20<form method="post" action="_gwcgi_">
    2121  <input type="hidden" name="a" value="gti"/>
    2222  <input type="hidden" name="e" value="_compressedoptions_">
Note: See TracChangeset for help on using the changeset viewer.