Commit e7bf6ac8 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed .adp scripts for OpenACS 5.9:

  OpenACS 5.9 does not allow anymore single percentages
  without enclosing double quotes such as: width=100%
  Instead, we have to write now: width="100%".
parent 9b577b70
<table cellpadding=0 cellspacing=0 border=0 bgcolor=#999999 width=100% height=0>
<table cellpadding=0 cellspacing=0 border=0 bgcolor=#999999 width="100%" height=0>
<tr bgcolor=#999999>
<td>
<table cellpadding=0 cellspacing=0 border=0 bgcolor=#DDDDDD width="100%">
......@@ -7,8 +7,7 @@
<if @elements.current@ eq 1><td bgcolor=#FFFFFF></if>
<else>
<td bgcolor=#99CCFF>
<table border=0 cellpadding=2 cellspacing=1 width=100%
bgcolor=#6699cc>
<table border=0 cellpadding=2 cellspacing=1 width="100%" bgcolor=#6699cc>
<tr align=center bgcolor=#99ccff><td>
</else>
&nbsp;<font size=-1><noparse><formwidget id=@elements.id@></noparse></font>
......
<table width="100%"><tr><td width=100% bgcolor="#CCCCFF">
<table width="100%">
<tr>
<td width="100%" bgcolor="#CCCCFF">
<a name="@info.proc_name@"><font size="+1" weight=bold>@info.proc_name@</font></a>
<if @info.author@ not nil><br><small><i>&nbsp;&nbsp;by @info.author@</i></small></if>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment