diff options
author | Daniel Napora <napcok@gmail.com> | 2013-10-17 20:04:49 +0200 |
---|---|---|
committer | Daniel Napora <napcok@gmail.com> | 2013-10-17 20:04:49 +0200 |
commit | 522abaf8d3b0df785ec031c986d82500798fd02c (patch) | |
tree | be944c92f52a5d847870aa6e400d3a7e3acfba60 | |
parent | 34d113ecfb3043a84ac6f64cfb7a672d2ae42172 (diff) | |
download | mageiawelcome-522abaf8d3b0df785ec031c986d82500798fd02c.tar mageiawelcome-522abaf8d3b0df785ec031c986d82500798fd02c.tar.gz mageiawelcome-522abaf8d3b0df785ec031c986d82500798fd02c.tar.bz2 mageiawelcome-522abaf8d3b0df785ec031c986d82500798fd02c.tar.xz mageiawelcome-522abaf8d3b0df785ec031c986d82500798fd02c.zip |
Cleaning About and More sections. New version 0.80.8
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | usr/share/mageiawelcome/index.html | 18 |
2 files changed, 6 insertions, 14 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 0.7 +VERSION = 0.8 TEXT_FILES = makepot \ Makefile diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html index 9754a47..d7e1cf1 100644 --- a/usr/share/mageiawelcome/index.html +++ b/usr/share/mageiawelcome/index.html @@ -140,7 +140,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" </header> <section> <div id="close"> - <span><input id="startup" type="checkbox" name="showWindow" $checked> $show <button id="closebtn" type="submit" class="small"><i class="icon-off"> </i> $close</button></span> + <span title="You can always launch MageiaWelcome from menu"><input id="startup" type="checkbox" name="showWindow" $checked> $show <button id="closebtn" type="submit" class="small"><i class="icon-off"> </i> $close</button></span> </div> <!-- START --> <div id="tab-1" class="tab"> @@ -149,7 +149,6 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <li><a data-slide-index="1" href="">Mageia Control Center</a></li> <li><a data-slide-index="2" href="">Configure media sources and update system</a></li> <li><a data-slide-index="3" href="">Install and remove software</a></li> - <li><a data-slide-index="4" href="">More...</a></li> </ol> </div> <!-- Slideshow --> @@ -238,7 +237,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" </div> <div class="col_3"><button class="cmd" data-run="xvt"><i class="icon-share-alt"> </i> Run terminal</button></div> </li> - <li><div class="umenu"></div><h5>More?</h5></li> + </ul> </div> <!-- RPMY --> @@ -272,16 +271,9 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <div id="tab-3" class="tab"><br /><br /> <div style="text-align:center;"> <h1>mageiawelcome</h1></div> <div class="col_2"></div> <div class="col_8"> - <p><button href="https://wiki.mageia.org/en/Feature:MageiaWelcome" class="medium green inset weblink"><i class="icon-external-link"> </i>Feature:MageiaWelcome</button></p> - Planning<br /> - - - Discuss, decide about links, features , write "welcome message" and other texts (I need help here from dev, doc teams) <br /> - - incude it to Alpha 3 - 2013/10/02 <br /> - - Make it ready for translations<br /> - - New Strings freeze 2013/10/15<br /> - - Ask for translations<br /> - - Ask Artwork Team for help to make it look good <br /><br /><br /><br /> - If you have any suggestions, corrections or you like to help please visit <button href="https://wiki.mageia.org/en/Feature:MageiaWelcome" class="medium green inset weblink"><i class="icon-external-link"> </i>Suggestions for MageiaWelcome</button> + <p>Mageia Welcome Screen</p> + <p>Author: Daniel Napora (napcok)</p> + <p><a class="weblink" href="http://gitweb.mageia.org/software/mageiawelcome/">http://gitweb.mageia.org/software/mageiawelcome/</a></p> </div> <div class="col_2"></div> |