Project:Administration
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Please see attached file. I can't seem to paste the validation results into the form.

Thanks,
Trae

AttachmentSize
validation-results.txt7.5 KB

Comments

#1

I am also using the 4.6 backport.

Trae

#2

$col1 = '

    ';
    $col2 = '
      ';

      $col1 = '

        ';
        $col2 = '
          ';

          edit the CSS to use .col1 instead of #col1

          Thanks Merlin!

#3

$col1 = '<div id="col1"><ul>';
$col2 = '<div id="col2"><ul>';

Should be
$col1 = '<class id="col1"><ul>';
$col2 = '<class id="col2"><ul>';

edit the CSS to use .col1 instead of #col1

#4

Ok,

I've done that...

next round, see attached.

Trae

AttachmentSize
validation-errors2.txt 4.05 KB
nobody click here