diff options
author | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
commit | fcad8b8d150fb9f508973e3044a103de74ec3877 (patch) | |
tree | ca34a8cf3bfbe08335d40c47863b4901e1d19609 /ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html | |
parent | 5d8ed1fab813d86b04383f7fcf8ab2c994cbea30 (diff) | |
download | tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.tar.gz tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html')
-rw-r--r-- | ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html b/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html deleted file mode 100644 index 92669de64..000000000 --- a/ubuntu/maverick/defaultsettings/redmond-default-settings/artwork/metabar/layout.html +++ /dev/null @@ -1,51 +0,0 @@ -<html> -<head> -<title></title> - -</head> - -<body> -<div class="frame"> - <div class="head"><a i18n image="player_play" class="title" onClick="this.blur();" href="function://toggle/preview">Preview</a></div> - <li id="preview" expanded="true" style="height:0px"> - </li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="messagebox_info" class="title" onClick="this.blur();" href="function://toggle/info">Information</a></div> -<li id="info" expanded="true" style="height:0px"> -</li> -</div> - - -<div class="frame"> -<div class="head"><a i18n image="wizard" class="title" onClick="this.blur();" href="function://toggle/actions">Actions</a></div> -<li id="actions" expanded="true" style="height:0px"> -</li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="run" class="title" onClick="this.blur();" href="function://toggle/open">Open with</a></div> - <li id="open" expanded="true" style="height:0px"> - </li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="bookmark" class="title" onClick="this.blur();" href="function://toggle/bookmarks">Bookmarks</a> </div> - <li id="bookmarks" expanded="true" style="height:0px"> - </li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="browser" class="title" onClick="this.blur();" href="function://toggle/links">Links</a></div> - <li id="links" expanded="true" style="height:0px"> - </li> -</div> - - - - - - -</body> -</html>
\ No newline at end of file |