From 9935902b92da7eabd48b08f3d0a4aa26db3dfbae Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 12 May 2015 17:36:27 +0100 Subject: [PATCH] Revert "Added a close library butten to add plugins modal" --- core/ui/ControlPanel/Modals/AddPlugins.tid | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/core/ui/ControlPanel/Modals/AddPlugins.tid b/core/ui/ControlPanel/Modals/AddPlugins.tid index 087d9cf0a..e25aa7425 100644 --- a/core/ui/ControlPanel/Modals/AddPlugins.tid +++ b/core/ui/ControlPanel/Modals/AddPlugins.tid @@ -92,19 +92,6 @@ Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" d \end -\define close-library-button() -<$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''> -<$navigator story='$:/StoryList' history='$:/HistoryList'> -<$button class='tc-btn-big-green' style='font-size:small'> -{{$:/core/images/close-button}}Close Library -<$list filter='[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]'> -<$action-sendmessage $message='tm-delete-tiddler' $param=<>/> - - - - -\end - \define plugin-library-listing() <$list filter="[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]">
@@ -113,10 +100,6 @@ Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" d //<$view field="url"/>// -<$set name=PluginLibraryURL value={{!!url}}> -<> - - <$transclude/> <>