lars
c35e204a7b
changed warning/success message system to a new style unified design of "hints" in form interfaces fixed small bugs in "network" and "partition" plugin interfaces "partition" and "disks" plugins: show blockdevice size during device selection german translation for "disks" plugin added
22 lines
816 B
C#
22 lines
816 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h1><?cs var:html_escape(Lang.Plugins.shutdown.Title.Shutdown) ?></h1>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<!--
|
|
<p style="text-align: center">
|
|
<?cs var:html_escape(Lang.Plugins.shutdown.Text.ShutdownInfo) ?>
|
|
</p>
|
|
-->
|
|
|
|
|
|
<div class="plugin_system">
|
|
<a href="<?cs call:link('plugins/shutdown','type','shutdown','','') ?>">
|
|
<img src="<?cs call:link('icons/plugins/shutdown','image','gnome-shutdown.png','','')
|
|
?>" alt="icon: shutdown" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Shutdown) ?></a></div>
|
|
|
|
<div class="plugin_system">
|
|
<a href="<?cs call:link('plugins/shutdown','type','reboot','','') ?>">
|
|
<img src="<?cs call:link('icons/plugins/shutdown','image','gnome-reboot.png','','')
|
|
?>" alt="icon: reboot" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Reboot) ?></a></div>
|