The official extension repository only consists of freely available extensions. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| ChangeLog | 108 | View | 14.04.2006 | Download |
| README.txt | 80 | View | 14.04.2006 | Download |
| class.tsfeBeUserAuth.php | 30 K | View | 14.04.2006 | Download |
| ext_icon.gif | 124 | View | 14.04.2006 | Download |
| ext_localconf.php | 274 | View | 14.04.2006 | Download |
| locallang_tsfe.php | 3.7 K | View | 14.04.2006 | Download |
| doc/wizard_form.dat | 1.3 K | 14.04.2006 | Download | |
| doc/wizard_form.html | 15.5 K | 14.04.2006 | Download | |
| FE_editMenu/FE_editMenu-switch.css | 610 | View | 11.04.2006 | Download |
| FE_editMenu/FE_editMenu.css | 5.8 K | View | 10.04.2006 | Download |
| FE_editMenu/onLoad.js | 2.2 K | 07.04.2006 | Download |
/* CSS Document */
span.edit-mode {
padding:0px 20px;
margin:0px;
position:absolute;
top:0px;
right:0px;
text-align:right;
background:#666;
}
span.edit-mode a,
span.edit-mode a:hover {
color:#fc0;
font-weight:700;
}
span.edit-mode-disabled {
margin-right:-6px;
background:#600;
background:#333;
color:white;
filter:alpha(opacity=40); /* IE's opacity*/
opacity: 0.4;
}
span.edit-mode-disabled a,
span.edit-mode-disabled a:hover {
color:#fc0;
font-weight:700;
}
span.edit-mode-enabled {
margin-right:-20px;
color:white;
}