Changeset 3840
- Timestamp:
- Oct 16, 2007, 1:50:21 PM (16 years ago)
- Location:
- trunk/doc/src/docbook
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/menuguide.xml
r3791 r3840 761 761 </entry> 762 762 <entry> 763 <xref linkend=" trashcan" />763 <xref linkend="webclient.trashcan" /> 764 764 </entry> 765 765 </row> -
trunk/doc/src/docbook/userdoc/index.xml
r3794 r3840 32 32 <include file="webclient.xml"/> 33 33 <include file="project_permission.xml"/> 34 <include file="trashcan.xml"/>35 34 <include file="file_system.xml"/> 36 35 <include file="jobs.xml"/> -
trunk/doc/src/docbook/userdoc/reporters.xml
r3675 r3840 314 314 Reporters are treated differently from other 315 315 items (e.g biosources or protocols) since they 316 does not use the trashcan mechanism (see <xref linkend="trashcan" />). 316 does not use the trashcan mechanism (see 317 <xref linkend="webclient.trashcan" />). 317 318 The deletion happens immediately and is an unrecoverable 318 319 event. BASE will always show a warning message which you must -
trunk/doc/src/docbook/userdoc/webclient.xml
r3791 r3840 6 6 $Id$ 7 7 8 Copyright (C) 2007 Peter Johansson, Nicklas Nordborg, Martin Svensson8 Copyright (C) 2007 Jari Hakkinen, Peter Johansson, Nicklas Nordborg, Martin Svensson 9 9 10 10 This file is part of BASE - BioArray Software Environment. … … 1062 1062 <para> 1063 1063 You can delete items either from the list view or from 1064 a single-item view. In both cases, the item isonly moved to1065 the trashcan. No information is deleted from the database. This allows1066 you to restore the item if you later find out that you need itagain.1064 a single-item view. In both cases, deleted items are only moved to 1065 the trashcan. No information is removed from the database. This allows 1066 you to restore items if you later find out that you need them again. 1067 1067 In fact, there is nothing special about a removed item. It can still be 1068 1068 used for the same things as any non-removed item can. … … 1071 1071 <important> 1072 1072 <para> 1073 To really delete an itemfrom the database you must use1074 the trashcan. See <xref linkend=" trashcan"/>.1073 To really delete items from the database you must use 1074 the trashcan. See <xref linkend="webclient.trashcan"/>. 1075 1075 </para> 1076 1076 </important> … … 1101 1101 1102 1102 <para> 1103 You can restore deleted items either from the trashcan, 1104 from the list view or from the single-item view. This section only covers the last two 1105 cases. The trashcan has a section of it's own(<xref linkend="trashcan"/>). 1103 You can restore deleted items either from the trashcan, from 1104 the list view, or from the single-item view. This section 1105 only covers the last two cases. The trashcan is described in 1106 another section (<xref linkend="webclient.trashcan"/>). 1106 1107 </para> 1107 1108 … … 1891 1892 </sect2> 1892 1893 </sect1> 1893 1894 1895 1896 <sect1 id="webclient.trashcan"> 1897 <title>Trashcan</title> 1898 <para> 1899 All items that have been deleted, and are owned by you, are 1900 listed in your trashcan. This list page is accessed with 1901 <menuchoice> 1902 <guimenu>View</guimenu> 1903 <guimenuitem>Trashcan</guimenuitem> 1904 </menuchoice> 1905 and it differs a bit from the other common list pages. The 1906 most significant difference is that the trashcan page can 1907 contain more then one item type, actually all removable item 1908 types in BASE can be listed in the trascan. Items that neither 1909 can be removed or deleted, <emphasis>i.e.,</emphasis> items 1910 like sessions, nor clients' help texts since these are deleted 1911 from the database immediately in list/item view will be shown 1912 in the trashcan page. 1913 </para> 1914 <warning> 1915 <para> 1916 Some item types do not have any owner and these are listed 1917 in the trashcans for everyone with delete permission on that 1918 specific item type. 1919 </para> 1920 </warning> 1921 1922 <para> 1923 Things that the trashcan page have in common with other list 1924 pages are the possibility to restore and view/edit items, see 1925 <xref linkend="webclient.items.restore" /> and 1926 <xref linkend="webclient.items.edit" /> . If an item is 1927 restored, it will of course disappear from the trashcan. 1928 </para> 1929 1930 <sect2 id="webclient.trashcan.deleteitem"> 1931 <title>Delete items permanently</title> 1932 <para> 1933 Items can be permanently deleted from BASE only if they are 1934 not used by other items. Items that are used have the icon 1935 <inlinemediaobject> 1936 <imageobject> 1937 <imagedata fileref="figures/isused.gif" format="GIF" align="left" /> 1938 </imageobject> 1939 </inlinemediaobject> 1940 in the first column and by clicking on it you can get more 1941 information about the dependencies, see 1942 <xref linkend="webclient.trashcan.viewdependencies" /> . 1943 <note> 1944 <simpara> 1945 This view is NOT the same view page as when clicking on 1946 the item's name, which brings you to the item's view 1947 page. 1948 </simpara> 1949 </note> 1950 </para> 1951 <para> 1952 To delete one or several items permanently from the trashcan 1953 you first have to select them and then to click on the 1954 &gbDelete; button. Press then on either &gbOk; (completes 1955 the deletion) or &gbCancel; (no items will be deleted) in 1956 the dialog window that appears. 1957 </para> 1958 1959 <sect3 id="webclient.trashcan.deleteitem.empty"> 1960 <title>Empty trashcan</title> 1961 <para> 1962 If all items in the trashcan should be deleted permanently 1963 the <guibutton>Empty trash</guibutton> button can be 1964 used. This function will remove all items that are listed 1965 in your trashcan, except those items which other items, 1966 not marked for deletion or cannot be deleted, are 1967 dependent on. 1968 </para> 1969 </sect3> 1970 </sect2> 1971 1972 <sect2 id="webclient.trashcan.viewdependencies"> 1973 <title>View dependencies of a trashed item</title> 1974 <helptext external_id="trash.view.properties" title="Properties for a trashed item"> 1975 <para> 1976 This view can only be accessed from trashed items that are 1977 linked together with other items. Beside the item's 1978 <guilabel>item type</guilabel>, <guilabel>name</guilabel>, 1979 and <guilabel>description</guilabel> there is a list at 1980 the bottom of the view page with those items that are 1981 using the current item in some way. 1982 </para> 1983 </helptext> 1984 <para> 1985 <nohelp> 1986 <figure id="webclient.trashcan.figures.viewtrasheditem"> 1987 <title>Item view of a trashed item.</title> 1988 <screenshot> 1989 <mediaobject> 1990 <imageobject> 1991 <imagedata fileref="figures/trashview.png" format="PNG" 1992 scalefit="1" width="100%" /> 1993 </imageobject> 1994 </mediaobject> 1995 </screenshot> 1996 </figure> 1997 </nohelp> 1998 <orderedlist> 1999 <listitem> 2000 <para> 2001 This icon indicates that the item cannot be deleted 2002 permanently cause of some dependencies, see 2003 #<xref linkend="webclient.trashcan.lists.dependentitem3" />. 2004 </para> 2005 </listitem> 2006 <listitem> 2007 <para>Common properties for all removable items.</para> 2008 </listitem> 2009 <listitem id="webclient.trashcan.lists.dependentitem3"> 2010 <para>A list of other items that are using the current item.</para> 2011 </listitem> 2012 </orderedlist> 2013 </para> 2014 </sect2> 2015 </sect1> 2016 1894 2017 </chapter>
Note: See TracChangeset
for help on using the changeset viewer.