summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2010-03-15 20:26:07 +0000
committerAndreas Brachold <vdr07@deltab.de>2010-03-15 20:26:07 +0000
commit7b6f17bcd24218a4c1a57ba4151e2cd91ae55d55 (patch)
treef0b893fce48afffec5583c33f5a77c92037b46ec
parente2add39d4d27be842011c6299f1e13c1ef1a3052 (diff)
downloadxxv-7b6f17bcd24218a4c1a57ba4151e2cd91ae55d55.tar.gz
xxv-7b6f17bcd24218a4c1a57ba4151e2cd91ae55d55.tar.bz2
MEDIALIB: hide usable media search button
-rw-r--r--html/mledit.tmpl6
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" />
+ <!--
&nbsp;<input type="submit" name="__search" value="<?% gettext('Search at') %?>" onfocus="document.library.action='?cmd=mlresearch'" onblur="document.library.action='?cmd=mlsave'" />&nbsp;&nbsp;
<input type="radio" name="__source" value="dvdpalace" checked>&nbsp;
- <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">&nbsp;Nix-->
</td>