I have been toying with installing some modules, removing those that didn't fit the bill. Somewhere along the way, I've lost a couple of columns in the admin area.

Specifically, weight is missing from the blocks area. The column is present but blank. In ePublish, the topic is missing. Same deal.

If I look at source code, I get something like this:

<select name="edit[user][1][weight]" id="edit-user][1][weight">

or

<select name="edit[tid][114]" id="edit-tid][114">

It almost looks like a single-quote / double-quote problem, but I've tried replacing the modules with the original copies to no avail. Can someone point me to the right file?

(have searched for this but couldn't find an answer) Txs, Loy

Comments

EffieRover’s picture

For some reason, if you specify width of a select in your css, and the select appears in a table, Firefox doesn't render it at all. Nice.