[Kst] www/areas/extragear/apps/kst/screenshots/dialogs

Nicolas Brisset nicolas.brisset at eurocopter.com
Mon Mar 28 23:09:07 CEST 2011


SVN commit 1226346 by brisset:

Make the edit multiple (pltos/curves) screenshots linkable and more visible


 M  +6 -1      index.php  


--- trunk/www/areas/extragear/apps/kst/screenshots/dialogs/index.php #1226345:1226346
@@ -102,7 +102,12 @@
   $gallery->startNewRow();
   $gallery->addImage("plot_dialog_appearance_layout_thumb.png", "plot_dialog_appearance_layout.png", 300, "", "Plot dialog: appearance - layout options", "Plot dialog: appearance - layout options", "");
   $gallery->addImage("plot_dialog_dimensions_thumb.png", "plot_dialog_dimensions.png", 300, "", "Plot dialog: dimensions settings", "Plot dialog: dimensions settings", "");
-  $gallery->startNewRow();
+  $gallery->show();
+?>
+
+<h2><a name="edit_multiple">Edit multiple curves and plots at once</a></h2>
+<?php
+  $gallery = new ImageGallery("Edit multiple plots and curves at once");
   $gallery->addImage("edit_curve_multiple_thumb.png", "edit_curve_multiple.png", 300, "", "Change curve settings for multiple curves at once", "Change curve settings for multiple curves at once", "");
   $gallery->addImage("plot_dialog_multiple_thumb.png", "plot_dialog_multiple.png", 300, "", "Change plot settings for multiple plots at once", "Change plot settings for multiple plots at once", "");
   $gallery->show();


More information about the Kst mailing list