Open mikemitchel opened 3 years ago
current path: <img src="/app/js/viewer/images/a2j-circle-128.png" alt="Access To Justice" border="0" align="ABSBOTTOM">
<img src="/app/js/viewer/images/a2j-circle-128.png" alt="Access To Justice" border="0" align="ABSBOTTOM">
should be <img src="/a2jauthor/images/a2j-circle-128.png" ....
<img src="/a2jauthor/images/a2j-circle-128.png" ....
but should probably just make this a CanJS component in the Author app, unless the .php version is doing something other than sending the form email.
current path:
<img src="/app/js/viewer/images/a2j-circle-128.png" alt="Access To Justice" border="0" align="ABSBOTTOM">
should be
<img src="/a2jauthor/images/a2j-circle-128.png" ....
but should probably just make this a CanJS component in the Author app, unless the .php version is doing something other than sending the form email.