diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2010-03-15 20:26:07 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2010-03-15 20:26:07 +0000 |
| commit | e804578abc00492b4db39a1bb974c01c2f1db373 (patch) | |
| tree | 6dc373a4b66e1ebf265b3c995fe3141d36afbc2c | |
| parent | d38c5785cd84029914c96e77c9def9dd78294661 (diff) | |
| download | xxv-e804578abc00492b4db39a1bb974c01c2f1db373.tar.gz xxv-e804578abc00492b4db39a1bb974c01c2f1db373.tar.bz2 | |
MEDIALIB: hide usable media search button
| -rw-r--r-- | skins/stone/mledit.tmpl | 6 | ||||
| -rw-r--r-- | skins/stone_flat/mledit.tmpl | 6 | ||||
| -rw-r--r-- | skins/xstyle/mledit.tmpl | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/skins/stone/mledit.tmpl b/skins/stone/mledit.tmpl index b07842b..2c24f94 100644 --- a/skins/stone/mledit.tmpl +++ b/skins/stone/mledit.tmpl @@ -24,10 +24,12 @@ <?% gettext('Title') %?>:
</td>
<td colspan="3">
- <input type="text" name="__title" id="title" value="<?% data.title || param.title %?>" style="width:50%;" maxlength="255" />
+ <input type="text" name="__title" id="title" value="<?% data.title || param.title %?>" style="width: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="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> + -->
</td>
</tr>
<tr class="two">
diff --git a/skins/stone_flat/mledit.tmpl b/skins/stone_flat/mledit.tmpl index 751a6f7..aebf8fc 100644 --- a/skins/stone_flat/mledit.tmpl +++ b/skins/stone_flat/mledit.tmpl @@ -24,10 +24,12 @@ <?% gettext('Title') %?>:
</td>
<td colspan="3">
- <input type="text" name="__title" id="title" value="<?% data.title || param.title %?>" style="width:50%;" maxlength="255" />
+ <input type="text" name="__title" id="title" value="<?% data.title || param.title %?>" style="width: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="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> + -->
</td>
</tr>
<tr class="two">
diff --git a/skins/xstyle/mledit.tmpl b/skins/xstyle/mledit.tmpl index 4bb039e..493dba9 100644 --- a/skins/xstyle/mledit.tmpl +++ b/skins/xstyle/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>
|
