diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 23:44:48 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 23:44:48 +0000 |
commit | 190ded0397f9434a1fadd0f06775edb6dcf60272 (patch) | |
tree | e3f4ec0f53d26d185e5c0b043e3b3fdbe1643db9 /h-source/Application/Views/Printers/page.php | |
parent | 67f94bb059506bf617d69a8af67e96a7f62632e8 (diff) |
added webcams - part 1
Diffstat (limited to 'h-source/Application/Views/Printers/page.php')
-rw-r--r-- | h-source/Application/Views/Printers/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Printers/page.php b/h-source/Application/Views/Printers/page.php index a84a695..8e3d463 100644 --- a/h-source/Application/Views/Printers/page.php +++ b/h-source/Application/Views/Printers/page.php @@ -37,7 +37,7 @@ <?php } ?> <div class="notebook_model"> - <img align="top" class="catalogue_item_icon" src="<?php echo $this->baseUrl."/Public/Img/H2O/printer_22.png";?>"> <span class="span_model_name"><?php echo gtext("model");?>: <b><?php echo $item[$tableName]['model'];?></b><span class="model_id">(<?php echo gtext("model id");?>: <?php echo $id_hard;?>)</span></span> + <img align="top" class="catalogue_item_icon" src="<?php echo Hardware::getIconFromType($item[$tableName]['type']);?>"> <span class="span_model_name"><?php echo gtext("model");?>: <b><?php echo $item[$tableName]['model'];?></b><span class="model_id">(<?php echo gtext("model id");?>: <?php echo $id_hard;?>)</span></span> <?php if (strcmp($islogged,'yes') === 0 and strcmp($this->action,'view') === 0) { ?> <span class="ask_for_removal_class"><a class="ask_for_removal_class_link" href="<?php echo $this->baseUrl;?>">ask for removal</a></span> <?php } ?> |