diff options
| -rw-r--r-- | html/mledit.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/mledit.tmpl b/html/mledit.tmpl index 4bb039e..493dba9 100644 --- a/html/mledit.tmpl +++ b/html/mledit.tmpl @@ -23,10 +23,12 @@ <?% gettext('Title') %?>:
</td>
<td colspan="3">
- <input type="text" name="__title" id="title" value="<?% data.title || param.title %?>" size="50" maxlength="255" />
+ <input type="text" name="__title" id="title" value="<?% data.title || param.title %?>" size="50" maxlength="255" /> + <!--
<input type="submit" name="__search" value="<?% gettext('Search at') %?>" onfocus="document.library.action='?cmd=mlresearch'" onblur="document.library.action='?cmd=mlsave'" />
<input type="radio" name="__source" value="dvdpalace" checked>
- <a href="http://www.dvd-palace.de" target="_blank">DVD-Palace (DE)</a>
+ <a href="http://www.dvd-palace.de" target="_blank">DVD-Palace (DE)</a> + -->
<!--<img width="100" height="28" src="images/dvdpalace.gif" border="0" alt="www.dvd-palace.de"/ align="bottom">-->
<!--<input type="radio" name="__source" value"nix"> Nix-->
</td>
|
